#939CAC

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

Shades of Rock Blue #939CAC

Tints of Rock Blue #939CAC

Color information

#939CAC (or 0x939CAC) is unknown color: approx Rock Blue. HEX triplet: 93, 9C and AC. RGB value is (147,156,172). Sum of RGB (Red+Green+Blue) = 147+156+172=475 (62% of max value = 765). Red value is 147 (57.81% from 255 or 30.95% from 475); Green value is 156 (61.33% from 255 or 32.84% from 475); Blue value is 172 (67.58% from 255 or 36.21% from 475); Max value from RGB is 172 - color contains mainly: blue. Hex color #939CAC is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #939CAC is #6C6353. Grayscale: #9B9B9B. Windows color (decimal): -7103316 or 11312275. OLE color: 11312275.

HSL color Cylindrical-coordinate representation of color #939CAC: hue angle of 218.4º degrees, saturation: 0.13, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #939CAC is Cyan = 0.15, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB147156172-
CMYK0.150.0900.33
HSL218.4º13.09%62.55%-
HSV(B)218.4º14.53%67.45%-
XYZ31.3732.9643.74-
YUV155.13137.52122.2-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 30.95%
GREEN value IS 156 (61.33% from 255) = 32.84%
BLUE value IS 172 (67.58% from 255) = 36.21%
R=30.95%
G=32.84%
B=36.21%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1471561720.150.0900.33218.413.0962.55
Hex939CACF9021dad3f
Octal22323425417110413321577
Binary100100111001110010101100111110010100001110110101101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #939CAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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