#929AAB

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

Shades of Rock Blue #929AAB

Tints of Rock Blue #929AAB

Color information

#929AAB (or 0x929AAB) is unknown color: approx Rock Blue. HEX triplet: 92, 9A and AB. RGB value is (146,154,171). Sum of RGB (Red+Green+Blue) = 146+154+171=471 (62% of max value = 765). Red value is 146 (57.42% from 255 or 31.00% from 471); Green value is 154 (60.55% from 255 or 32.70% from 471); Blue value is 171 (67.19% from 255 or 36.31% from 471); Max value from RGB is 171 - color contains mainly: blue. Hex color #929AAB is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #929AAB is #6D6554. Grayscale: #999999. Windows color (decimal): -7169365 or 11246226. OLE color: 11246226.

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

Color convert

RGB146154171-
CMYK0.150.1000.33
HSL220.8º12.95%62.16%-
HSV(B)220.8º14.62%67.06%-
XYZ30.7632.1643.11-
YUV153.55137.85122.62-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 31.00%
GREEN value IS 154 (60.55% from 255) = 32.70%
BLUE value IS 171 (67.19% from 255) = 36.31%
R=31.00%
G=32.70%
B=36.31%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1461541710.150.1000.33220.812.9562.16
Hex929AABFA021ddd3e
Octal22223225317120413351576
Binary100100101001101010101011111110100100001110111011101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #929AAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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