Html Css Color HEX #939EAE Rock Blue

📋 copy color: '#939EAE'

red 147 ◦ green 158 ◦ blue 174

#939EAE
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Rock Blue #939EAE

Tints of Rock Blue #939EAE

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 value IS 0.16

 M value IS 0.09

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#939EAE (or 0x939EAE) is known color: 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

RGB 147 158 174 -
CMYK 0.16 0.09 0 0.32
HSL 215.56º 0.14% 0.63% -
HSV(B) 215.56º 0.16% 0.68% -
XYZ 31.9 33.71 44.87 -
YUV 156.54 137.86 121.2 -
System Red Green Blue C M Y K H S L
Decimal 147 158 174 0.16 0.09 0 0.32 215.56 0.14 0.63
Hex 93 9E AE 10 9 0 20 D8 E 3F
Octal 223 236 256 20 11 0 40 330 16 77
Binary 10010011 10011110 10101110 10000 1001 0 100000 11011000 1110 111111

Color Harmonies of #939EAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #939EAE

Black with #939EAE

Text Example


Text Example

White with #939EAE

Text Example


Text Example

HTML Codes & Css Web 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>