#929CAB

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

Shades of Rock Blue #929CAB

Tints of Rock Blue #929CAB

Color information

#929CAB (or 0x929CAB) is unknown color: approx Rock Blue. HEX triplet: 92, 9C and AB. RGB value is (146,156,171). Sum of RGB (Red+Green+Blue) = 146+156+171=473 (62% of max value = 765). Red value is 146 (57.42% from 255 or 30.87% from 473); Green value is 156 (61.33% from 255 or 32.98% from 473); Blue value is 171 (67.19% from 255 or 36.15% from 473); Max value from RGB is 171 - color contains mainly: blue. Hex color #929CAB is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #929CAB is #6D6354. Grayscale: #9A9A9A. Windows color (decimal): -7168853 or 11246738. OLE color: 11246738.

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

Color convert

RGB146156171-
CMYK0.150.0900.33
HSL216º12.95%62.16%-
HSV(B)216º14.62%67.06%-
XYZ31.0932.8343.23-
YUV154.72137.19121.78-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 30.87%
GREEN value IS 156 (61.33% from 255) = 32.98%
BLUE value IS 171 (67.19% from 255) = 36.15%
R=30.87%
G=32.98%
B=36.15%

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
Decimal1461561710.150.0900.3321612.9562.16
Hex929CABF9021d8d3e
Octal22223425317110413301576
Binary100100101001110010101011111110010100001110110001101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #929CAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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