#929DBD

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

Shades of Rock Blue #929DBD

Tints of Rock Blue #929DBD

Color information

#929DBD (or 0x929DBD) is unknown color: approx Rock Blue. HEX triplet: 92, 9D and BD. RGB value is (146,157,189). Sum of RGB (Red+Green+Blue) = 146+157+189=492 (65% of max value = 765). Red value is 146 (57.42% from 255 or 29.67% from 492); Green value is 157 (61.72% from 255 or 31.91% from 492); Blue value is 189 (74.22% from 255 or 38.41% from 492); Max value from RGB is 189 - color contains mainly: blue. Hex color #929DBD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #929DBD is #6D6242. Grayscale: #9D9D9D. Windows color (decimal): -7168579 or 12426642. OLE color: 12426642.

HSL color Cylindrical-coordinate representation of color #929DBD: hue angle of 224.65º degrees, saturation: 0.25, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #929DBD is Cyan = 0.23, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB146157189-
CMYK0.230.1700.26
HSL224.65º24.57%65.69%-
HSV(B)224.65º22.75%74.12%-
XYZ33.133.952.94-
YUV157.36145.86119.9-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 29.67%
GREEN value IS 157 (61.72% from 255) = 31.91%
BLUE value IS 189 (74.22% from 255) = 38.41%
R=29.67%
G=31.91%
B=38.41%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1461571890.230.1700.26224.6524.5765.69
Hex929DBD171101Ae11942
Octal222235275272103234131102
Binary100100101001110110111101101111000101101011100001110011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #929DBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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