#939CAF

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

Shades of Rock Blue #939CAF

Tints of Rock Blue #939CAF

Color information

#939CAF (or 0x939CAF) is unknown color: approx Rock Blue. HEX triplet: 93, 9C and AF. RGB value is (147,156,175). Sum of RGB (Red+Green+Blue) = 147+156+175=478 (63% of max value = 765). Red value is 147 (57.81% from 255 or 30.75% from 478); Green value is 156 (61.33% from 255 or 32.64% from 478); Blue value is 175 (68.75% from 255 or 36.61% from 478); Max value from RGB is 175 - color contains mainly: blue. Hex color #939CAF is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #939CAF is #6C6350. Grayscale: #9B9B9B. Windows color (decimal): -7103313 or 11508883. OLE color: 11508883.

HSL color Cylindrical-coordinate representation of color #939CAF: hue angle of 220.71º degrees, saturation: 0.15, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #939CAF is Cyan = 0.16, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB147156175-
CMYK0.160.1100.31
HSL220.71º14.89%63.14%-
HSV(B)220.71º16%68.63%-
XYZ31.6633.0845.27-
YUV155.47139.02121.96-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 30.75%
GREEN value IS 156 (61.33% from 255) = 32.64%
BLUE value IS 175 (68.75% from 255) = 36.61%
R=30.75%
G=32.64%
B=36.61%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1471561750.160.1100.31220.7114.8963.14
Hex939CAF10B01Fddf3f
Octal22323425720130373351777
Binary100100111001110010101111100001011011111110111011111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #939CAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(147,156,175); }

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

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

 a { background-color: rgb(147,156,175); }

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

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

 span { border-color: rgb(147,156,175); }

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