#929CAC

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

Shades of Rock Blue #929CAC

Tints of Rock Blue #929CAC

Color information

#929CAC (or 0x929CAC) is unknown color: approx Rock Blue. HEX triplet: 92, 9C and AC. RGB value is (146,156,172). Sum of RGB (Red+Green+Blue) = 146+156+172=474 (62% of max value = 765). Red value is 146 (57.42% from 255 or 30.80% from 474); Green value is 156 (61.33% from 255 or 32.91% from 474); Blue value is 172 (67.58% from 255 or 36.29% from 474); Max value from RGB is 172 - color contains mainly: blue. Hex color #929CAC is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #929CAC is #6D6353. Grayscale: #9A9A9A. Windows color (decimal): -7168852 or 11312274. OLE color: 11312274.

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

Color convert

RGB146156172-
CMYK0.150.0900.33
HSL216.92º13.54%62.35%-
HSV(B)216.92º15.12%67.45%-
XYZ31.1932.8743.73-
YUV154.83137.69121.7-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 30.80%
GREEN value IS 156 (61.33% from 255) = 32.91%
BLUE value IS 172 (67.58% from 255) = 36.29%
R=30.80%
G=32.91%
B=36.29%

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
Decimal1461561720.150.0900.33216.9213.5462.35
Hex929CACF9021d9e3e
Octal22223425417110413311676
Binary100100101001110010101100111110010100001110110011110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #929CAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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