#939AAB

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

Shades of Rock Blue #939AAB

Tints of Rock Blue #939AAB

Color information

#939AAB (or 0x939AAB) is unknown color: approx Rock Blue. HEX triplet: 93, 9A and AB. RGB value is (147,154,171). Sum of RGB (Red+Green+Blue) = 147+154+171=472 (62% of max value = 765). Red value is 147 (57.81% from 255 or 31.14% from 472); Green value is 154 (60.55% from 255 or 32.63% from 472); Blue value is 171 (67.19% from 255 or 36.23% from 472); Max value from RGB is 171 - color contains mainly: blue. Hex color #939AAB is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #939AAB is #6C6554. Grayscale: #999999. Windows color (decimal): -7103829 or 11246227. OLE color: 11246227.

HSL color Cylindrical-coordinate representation of color #939AAB: hue angle of 222.5º degrees, saturation: 0.12, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #939AAB is Cyan = 0.14, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB147154171-
CMYK0.140.1000.33
HSL222.5º12.5%62.35%-
HSV(B)222.5º14.04%67.06%-
XYZ30.9432.2543.12-
YUV153.84137.68123.12-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 31.14%
GREEN value IS 154 (60.55% from 255) = 32.63%
BLUE value IS 171 (67.19% from 255) = 36.23%
R=31.14%
G=32.63%
B=36.23%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1471541710.140.1000.33222.512.562.35
Hex939AABEA021dec3e
Octal22323225316120413361476
Binary100100111001101010101011111010100100001110111101100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #939AAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(147,154,171); }

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

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

 a { background-color: rgb(147,154,171); }

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

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

 span { border-color: rgb(147,154,171); }

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