#938EF1

Color #938EF1 Portage (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Portage #938EF1

Tints of Portage #938EF1

Color information

#938EF1 (or 0x938EF1) is unknown color: approx Portage. HEX triplet: 93, 8E and F1. RGB value is (147,142,241). Sum of RGB (Red+Green+Blue) = 147+142+241=530 (70% of max value = 765). Red value is 147 (57.81% from 255 or 27.74% from 530); Green value is 142 (55.86% from 255 or 26.79% from 530); Blue value is 241 (94.53% from 255 or 45.47% from 530); Max value from RGB is 241 - color contains mainly: blue. Hex color #938EF1 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #938EF1 is #6C710E. Grayscale: #9A9A9A. Windows color (decimal): -7106831 or 15830675. OLE color: 15830675.

HSL color Cylindrical-coordinate representation of color #938EF1: hue angle of 243.03º degrees, saturation: 0.78, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #938EF1 is Cyan = 0.39, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB147142241-
CMYK0.390.4100.05
HSL243.03º77.95%75.1%-
HSV(B)243.03º41.08%94.51%-
XYZ37.5831.987.4-
YUV154.78176.66122.45-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 147 (57.81% from 255) = 27.74%
GREEN value IS 142 (55.86% from 255) = 26.79%
BLUE value IS 241 (94.53% from 255) = 45.47%
R=27.74%
G=26.79%
B=45.47%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1471422410.390.4100.05243.0377.9575.1
Hex938EF1272905f34e4b
Octal223216361475105363116113
Binary10010011100011101111000110011110100101011111001110011101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #938EF1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #938EF1; }

 p { color: rgb(147,142,241); }

 H1.HeaderClassName
 {
   color: #938EF1;
 }
 .AnyTagClassName
 {
   color: #938EF1;
 }
</style>
background-color css

<style>
 a { background-color: #938EF1; }

 a { background-color: rgb(147,142,241); }

 div.DivClassName
 {
   background-color: #938EF1;
 }
 .BgClassName
 {
   background-color: #938EF1;
 }
</style>
border-color css

<style>
 span { border-color: #938EF1; }

 span { border-color: rgb(147,142,241); }

 td.TdClassName
 {
   border-color: #938EF1;
 }
 .TagClassName
 {
   border-color: #938EF1;
 }
</style>