#929BBD

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

Shades of Rock Blue #929BBD

Tints of Rock Blue #929BBD

Color information

#929BBD (or 0x929BBD) is unknown color: approx Rock Blue. HEX triplet: 92, 9B and BD. RGB value is (146,155,189). Sum of RGB (Red+Green+Blue) = 146+155+189=490 (64% of max value = 765). Red value is 146 (57.42% from 255 or 29.80% from 490); Green value is 155 (60.94% from 255 or 31.63% from 490); Blue value is 189 (74.22% from 255 or 38.57% from 490); Max value from RGB is 189 - color contains mainly: blue. Hex color #929BBD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #929BBD is #6D6442. Grayscale: #9C9C9C. Windows color (decimal): -7169091 or 12426130. OLE color: 12426130.

HSL color Cylindrical-coordinate representation of color #929BBD: hue angle of 227.44º 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 #929BBD is Cyan = 0.23, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB146155189-
CMYK0.230.1800.26
HSL227.44º24.57%65.69%-
HSV(B)227.44º22.75%74.12%-
XYZ32.7633.2352.83-
YUV156.18146.52120.74-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 29.80%
GREEN value IS 155 (60.94% from 255) = 31.63%
BLUE value IS 189 (74.22% from 255) = 38.57%
R=29.80%
G=31.63%
B=38.57%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1461551890.230.1800.26227.4424.5765.69
Hex929BBD171201Ae31942
Octal222233275272203234331102
Binary100100101001101110111101101111001001101011100011110011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #929BBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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