#929DAC

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

Shades of Rock Blue #929DAC

Tints of Rock Blue #929DAC

Color information

#929DAC (or 0x929DAC) is unknown color: approx Rock Blue. HEX triplet: 92, 9D and AC. RGB value is (146,157,172). Sum of RGB (Red+Green+Blue) = 146+157+172=475 (62% of max value = 765). Red value is 146 (57.42% from 255 or 30.74% from 475); Green value is 157 (61.72% from 255 or 33.05% from 475); Blue value is 172 (67.58% from 255 or 36.21% from 475); Max value from RGB is 172 - color contains mainly: blue. Hex color #929DAC is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #929DAC is #6D6253. Grayscale: #9B9B9B. Windows color (decimal): -7168596 or 11312530. OLE color: 11312530.

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

Color convert

RGB146157172-
CMYK0.150.0900.33
HSL214.62º13.54%62.35%-
HSV(B)214.62º15.12%67.45%-
XYZ31.3633.243.79-
YUV155.42137.36121.28-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 30.74%
GREEN value IS 157 (61.72% from 255) = 33.05%
BLUE value IS 172 (67.58% from 255) = 36.21%
R=30.74%
G=33.05%
B=36.21%

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
Decimal1461571720.150.0900.33214.6213.5462.35
Hex929DACF9021d7e3e
Octal22223525417110413271676
Binary100100101001110110101100111110010100001110101111110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #929DAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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