#939FC6

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

Shades of Rock Blue #939FC6

Tints of Rock Blue #939FC6

Color information

#939FC6 (or 0x939FC6) is unknown color: approx Rock Blue. HEX triplet: 93, 9F and C6. RGB value is (147,159,198). Sum of RGB (Red+Green+Blue) = 147+159+198=504 (66% of max value = 765). Red value is 147 (57.81% from 255 or 29.17% from 504); Green value is 159 (62.5% from 255 or 31.55% from 504); Blue value is 198 (77.73% from 255 or 39.29% from 504); Max value from RGB is 198 - color contains mainly: blue. Hex color #939FC6 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #939FC6 is #6C6039. Grayscale: #9F9F9F. Windows color (decimal): -7102522 or 13016979. OLE color: 13016979.

HSL color Cylindrical-coordinate representation of color #939FC6: hue angle of 225.88º degrees, saturation: 0.31, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #939FC6 is Cyan = 0.26, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB147159198-
CMYK0.260.2000.22
HSL225.88º30.91%67.65%-
HSV(B)225.88º25.76%77.65%-
XYZ34.6235.0858.37-
YUV159.86149.52118.83-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 29.17%
GREEN value IS 159 (62.5% from 255) = 31.55%
BLUE value IS 198 (77.73% from 255) = 39.29%
R=29.17%
G=31.55%
B=39.29%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1471591980.260.2000.22225.8830.9167.65
Hex939FC61A14016e21f44
Octal223237306322402634237104
Binary100100111001111111000110110101010001011011100010111111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #939FC6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(147,159,198); }

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

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

 a { background-color: rgb(147,159,198); }

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

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

 span { border-color: rgb(147,159,198); }

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