#929EBB

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

Shades of Rock Blue #929EBB

Tints of Rock Blue #929EBB

Color information

#929EBB (or 0x929EBB) is unknown color: approx Rock Blue. HEX triplet: 92, 9E and BB. RGB value is (146,158,187). Sum of RGB (Red+Green+Blue) = 146+158+187=491 (65% of max value = 765). Red value is 146 (57.42% from 255 or 29.74% from 491); Green value is 158 (62.11% from 255 or 32.18% from 491); Blue value is 187 (73.44% from 255 or 38.09% from 491); Max value from RGB is 187 - color contains mainly: blue. Hex color #929EBB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #929EBB is #6D6144. Grayscale: #9D9D9D. Windows color (decimal): -7168325 or 12295826. OLE color: 12295826.

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

Color convert

RGB146158187-
CMYK0.220.1600.27
HSL222.44º23.16%65.29%-
HSV(B)222.44º21.93%73.33%-
XYZ33.0534.1551.86-
YUV157.72144.52119.64-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 29.74%
GREEN value IS 158 (62.11% from 255) = 32.18%
BLUE value IS 187 (73.44% from 255) = 38.09%
R=29.74%
G=32.18%
B=38.09%

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
Decimal1461581870.220.1600.27222.4423.1665.29
Hex929EBB161001Bde1741
Octal222236273262003333627101
Binary100100101001111010111011101101000001101111011110101111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #929EBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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