#929DBB

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

Shades of Rock Blue #929DBB

Tints of Rock Blue #929DBB

Color information

#929DBB (or 0x929DBB) is unknown color: approx Rock Blue. HEX triplet: 92, 9D and BB. RGB value is (146,157,187). Sum of RGB (Red+Green+Blue) = 146+157+187=490 (64% of max value = 765). Red value is 146 (57.42% from 255 or 29.80% from 490); Green value is 157 (61.72% from 255 or 32.04% from 490); Blue value is 187 (73.44% from 255 or 38.16% from 490); Max value from RGB is 187 - color contains mainly: blue. Hex color #929DBB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #929DBB is #6D6244. Grayscale: #9D9D9D. Windows color (decimal): -7168581 or 12295570. OLE color: 12295570.

HSL color Cylindrical-coordinate representation of color #929DBB: hue angle of 223.9º degrees, saturation: 0.23, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #929DBB is Cyan = 0.22, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB146157187-
CMYK0.220.1600.27
HSL223.9º23.16%65.29%-
HSV(B)223.9º21.93%73.33%-
XYZ32.8833.8151.81-
YUV157.13144.86120.06-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 29.80%
GREEN value IS 157 (61.72% from 255) = 32.04%
BLUE value IS 187 (73.44% from 255) = 38.16%
R=29.80%
G=32.04%
B=38.16%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1461571870.220.1600.27223.923.1665.29
Hex929DBB161001Be01741
Octal222235273262003334027101
Binary100100101001110110111011101101000001101111100000101111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #929DBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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