#929FAE

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

Shades of Rock Blue #929FAE

Tints of Rock Blue #929FAE

Color information

#929FAE (or 0x929FAE) is unknown color: approx Rock Blue. HEX triplet: 92, 9F and AE. RGB value is (146,159,174). Sum of RGB (Red+Green+Blue) = 146+159+174=479 (63% of max value = 765). Red value is 146 (57.42% from 255 or 30.48% from 479); Green value is 159 (62.5% from 255 or 33.19% 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 #929FAE is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #929FAE is #6D6051. Grayscale: #9C9C9C. Windows color (decimal): -7168082 or 11444114. OLE color: 11444114.

HSL color Cylindrical-coordinate representation of color #929FAE: hue angle of 212.14º degrees, saturation: 0.15, 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 #929FAE is Cyan = 0.16, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB146159174-
CMYK0.160.0900.32
HSL212.14º14.74%62.75%-
HSV(B)212.14º16.09%68.24%-
XYZ31.8933.9644.92-
YUV156.82137.69120.28-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 30.48%
GREEN value IS 159 (62.5% from 255) = 33.19%
BLUE value IS 174 (68.36% from 255) = 36.33%
R=30.48%
G=33.19%
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
Decimal1461591740.160.0900.32212.1414.7462.75
Hex929FAE109020d4f3f
Octal22223725620110403241777
Binary1001001010011111101011101000010010100000110101001111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #929FAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #929FAE; }

 p { color: rgb(146,159,174); }

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

<style>
 a { background-color: #929FAE; }

 a { background-color: rgb(146,159,174); }

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

<style>
 span { border-color: #929FAE; }

 span { border-color: rgb(146,159,174); }

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