#929BAB

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

Shades of Rock Blue #929BAB

Tints of Rock Blue #929BAB

Color information

#929BAB (or 0x929BAB) is unknown color: approx Rock Blue. HEX triplet: 92, 9B and AB. RGB value is (146,155,171). Sum of RGB (Red+Green+Blue) = 146+155+171=472 (62% of max value = 765). Red value is 146 (57.42% from 255 or 30.93% from 472); Green value is 155 (60.94% from 255 or 32.84% 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 #929BAB is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #929BAB is #6D6454. Grayscale: #9A9A9A. Windows color (decimal): -7169109 or 11246482. OLE color: 11246482.

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

Color convert

RGB146155171-
CMYK0.150.0900.33
HSL218.4º12.95%62.16%-
HSV(B)218.4º14.62%67.06%-
XYZ30.9332.4943.17-
YUV154.13137.52122.2-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 30.93%
GREEN value IS 155 (60.94% from 255) = 32.84%
BLUE value IS 171 (67.19% from 255) = 36.23%
R=30.93%
G=32.84%
B=36.23%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1461551710.150.0900.33218.412.9562.16
Hex929BABF9021dad3e
Octal22223325317110413321576
Binary100100101001101110101011111110010100001110110101101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #929BAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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