#929DAD

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

Shades of Rock Blue #929DAD

Tints of Rock Blue #929DAD

Color information

#929DAD (or 0x929DAD) is unknown color: approx Rock Blue. HEX triplet: 92, 9D and AD. RGB value is (146,157,173). Sum of RGB (Red+Green+Blue) = 146+157+173=476 (63% of max value = 765). Red value is 146 (57.42% from 255 or 30.67% from 476); Green value is 157 (61.72% from 255 or 32.98% from 476); Blue value is 173 (67.97% from 255 or 36.34% from 476); Max value from RGB is 173 - color contains mainly: blue. Hex color #929DAD is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #929DAD is #6D6252. Grayscale: #9B9B9B. Windows color (decimal): -7168595 or 11378066. OLE color: 11378066.

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

Color convert

RGB146157173-
CMYK0.160.0900.32
HSL215.56º14.14%62.55%-
HSV(B)215.56º15.61%67.84%-
XYZ31.4533.2444.29-
YUV155.54137.86121.2-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 30.67%
GREEN value IS 157 (61.72% from 255) = 32.98%
BLUE value IS 173 (67.97% from 255) = 36.34%
R=30.67%
G=32.98%
B=36.34%

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
Decimal1461571730.160.0900.32215.5614.1462.55
Hex929DAD109020d8e3f
Octal22223525520110403301677
Binary1001001010011101101011011000010010100000110110001110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #929DAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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