#929EAD

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

Shades of Rock Blue #929EAD

Tints of Rock Blue #929EAD

Color information

#929EAD (or 0x929EAD) is unknown color: approx Rock Blue. HEX triplet: 92, 9E and AD. RGB value is (146,158,173). Sum of RGB (Red+Green+Blue) = 146+158+173=477 (63% of max value = 765). Red value is 146 (57.42% from 255 or 30.61% from 477); Green value is 158 (62.11% from 255 or 33.12% from 477); Blue value is 173 (67.97% from 255 or 36.27% from 477); Max value from RGB is 173 - color contains mainly: blue. Hex color #929EAD is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #929EAD is #6D6152. Grayscale: #9C9C9C. Windows color (decimal): -7168339 or 11378322. OLE color: 11378322.

HSL color Cylindrical-coordinate representation of color #929EAD: hue angle of 213.33º degrees, saturation: 0.14, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #929EAD is Cyan = 0.16, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB146158173-
CMYK0.160.0900.32
HSL213.33º14.14%62.55%-
HSV(B)213.33º15.61%67.84%-
XYZ31.6233.5844.35-
YUV156.12137.52120.78-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 30.61%
GREEN value IS 158 (62.11% from 255) = 33.12%
BLUE value IS 173 (67.97% from 255) = 36.27%
R=30.61%
G=33.12%
B=36.27%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1461581730.160.0900.32213.3314.1462.55
Hex929EAD109020d5e3f
Octal22223625520110403251677
Binary1001001010011110101011011000010010100000110101011110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #929EAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(146,158,173); }

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

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

 a { background-color: rgb(146,158,173); }

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

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

 span { border-color: rgb(146,158,173); }

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