#929BB9

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

Shades of Rock Blue #929BB9

Tints of Rock Blue #929BB9

Color information

#929BB9 (or 0x929BB9) is unknown color: approx Rock Blue. HEX triplet: 92, 9B and B9. RGB value is (146,155,185). Sum of RGB (Red+Green+Blue) = 146+155+185=486 (64% of max value = 765). Red value is 146 (57.42% from 255 or 30.04% from 486); Green value is 155 (60.94% from 255 or 31.89% from 486); Blue value is 185 (72.66% from 255 or 38.07% from 486); Max value from RGB is 185 - color contains mainly: blue. Hex color #929BB9 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #929BB9 is #6D6446. Grayscale: #9B9B9B. Windows color (decimal): -7169095 or 12163986. OLE color: 12163986.

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

Color convert

RGB146155185-
CMYK0.210.1600.27
HSL226.15º21.79%64.9%-
HSV(B)226.15º21.08%72.55%-
XYZ32.3333.0650.58-
YUV155.73144.52121.06-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 30.04%
GREEN value IS 155 (60.94% from 255) = 31.89%
BLUE value IS 185 (72.66% from 255) = 38.07%
R=30.04%
G=31.89%
B=38.07%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1461551850.210.1600.27226.1521.7964.9
Hex929BB9151001Be21641
Octal222233271252003334226101
Binary100100101001101110111001101011000001101111100010101101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #929BB9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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