#939DF4

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

Shades of Portage #939DF4

Tints of Portage #939DF4

Color information

#939DF4 (or 0x939DF4) is unknown color: approx Portage. HEX triplet: 93, 9D and F4. RGB value is (147,157,244). Sum of RGB (Red+Green+Blue) = 147+157+244=548 (72% of max value = 765). Red value is 147 (57.81% from 255 or 26.82% from 548); Green value is 157 (61.72% from 255 or 28.65% from 548); Blue value is 244 (95.70% from 255 or 44.53% from 548); Max value from RGB is 244 - color contains mainly: blue. Hex color #939DF4 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #939DF4 is #6C620B. Grayscale: #A3A3A3. Windows color (decimal): -7102988 or 16031123. OLE color: 16031123.

HSL color Cylindrical-coordinate representation of color #939DF4: hue angle of 233.81º degrees, saturation: 0.82, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #939DF4 is Cyan = 0.40, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB147157244-
CMYK0.400.3600.04
HSL233.81º81.51%76.67%-
HSV(B)233.81º39.75%95.69%-
XYZ40.4236.8590.57-
YUV163.93173.19115.93-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 26.82%
GREEN value IS 157 (61.72% from 255) = 28.65%
BLUE value IS 244 (95.70% from 255) = 44.53%
R=26.82%
G=28.65%
B=44.53%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1471572440.400.3600.04233.8181.5176.67
Hex939DF4282404ea524d
Octal223235364504404352122115
Binary10010011100111011111010010100010010001001110101010100101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #939DF4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #939DF4; }

 p { color: rgb(147,157,244); }

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

<style>
 a { background-color: #939DF4; }

 a { background-color: rgb(147,157,244); }

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

<style>
 span { border-color: #939DF4; }

 span { border-color: rgb(147,157,244); }

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