#939EAE

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

Shades of Rock Blue #939EAE

Tints of Rock Blue #939EAE

Color information

#939EAE (or 0x939EAE) is unknown color: approx Rock Blue. HEX triplet: 93, 9E and AE. RGB value is (147,158,174). Sum of RGB (Red+Green+Blue) = 147+158+174=479 (63% of max value = 765). Red value is 147 (57.81% from 255 or 30.69% from 479); Green value is 158 (62.11% from 255 or 32.99% from 479); Blue value is 174 (68.36% from 255 or 36.33% from 479); Max value from RGB is 174 - color contains mainly: blue. Hex color #939EAE is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #939EAE is #6C6151. Grayscale: #9C9C9C. Windows color (decimal): -7102802 or 11443859. OLE color: 11443859.

HSL color Cylindrical-coordinate representation of color #939EAE: hue angle of 215.56º degrees, saturation: 0.14, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #939EAE is Cyan = 0.16, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB147158174-
CMYK0.160.0900.32
HSL215.56º14.29%62.94%-
HSV(B)215.56º15.52%68.24%-
XYZ31.933.7144.87-
YUV156.54137.86121.2-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 30.69%
GREEN value IS 158 (62.11% from 255) = 32.99%
BLUE value IS 174 (68.36% from 255) = 36.33%
R=30.69%
G=32.99%
B=36.33%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1471581740.160.0900.32215.5614.2962.94
Hex939EAE109020d8e3f
Octal22323625620110403301677
Binary1001001110011110101011101000010010100000110110001110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #939EAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(147,158,174); }

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

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

 a { background-color: rgb(147,158,174); }

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

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

 span { border-color: rgb(147,158,174); }

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