#929AAC

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

Shades of Rock Blue #929AAC

Tints of Rock Blue #929AAC

Color information

#929AAC (or 0x929AAC) is unknown color: approx Rock Blue. HEX triplet: 92, 9A and AC. RGB value is (146,154,172). Sum of RGB (Red+Green+Blue) = 146+154+172=472 (62% of max value = 765). Red value is 146 (57.42% from 255 or 30.93% from 472); Green value is 154 (60.55% from 255 or 32.63% from 472); Blue value is 172 (67.58% from 255 or 36.44% from 472); Max value from RGB is 172 - color contains mainly: blue. Hex color #929AAC is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #929AAC is #6D6553. Grayscale: #999999. Windows color (decimal): -7169364 or 11311762. OLE color: 11311762.

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

Color convert

RGB146154172-
CMYK0.150.1000.33
HSL221.54º13.54%62.35%-
HSV(B)221.54º15.12%67.45%-
XYZ30.8632.243.62-
YUV153.66138.35122.54-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 30.93%
GREEN value IS 154 (60.55% from 255) = 32.63%
BLUE value IS 172 (67.58% from 255) = 36.44%
R=30.93%
G=32.63%
B=36.44%

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
Decimal1461541720.150.1000.33221.5413.5462.35
Hex929AACFA021dee3e
Octal22223225417120413361676
Binary100100101001101010101100111110100100001110111101110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #929AAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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