#929FB9

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

Shades of Rock Blue #929FB9

Tints of Rock Blue #929FB9

Color information

#929FB9 (or 0x929FB9) is unknown color: approx Rock Blue. HEX triplet: 92, 9F and B9. RGB value is (146,159,185). Sum of RGB (Red+Green+Blue) = 146+159+185=490 (64% of max value = 765). Red value is 146 (57.42% from 255 or 29.80% from 490); Green value is 159 (62.5% from 255 or 32.45% from 490); Blue value is 185 (72.66% from 255 or 37.76% from 490); Max value from RGB is 185 - color contains mainly: blue. Hex color #929FB9 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #929FB9 is #6D6046. Grayscale: #9D9D9D. Windows color (decimal): -7168071 or 12165010. OLE color: 12165010.

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

Color convert

RGB146159185-
CMYK0.210.1400.27
HSL220º21.79%64.9%-
HSV(B)220º21.08%72.55%-
XYZ33.0134.4150.8-
YUV158.08143.19119.39-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 29.80%
GREEN value IS 159 (62.5% from 255) = 32.45%
BLUE value IS 185 (72.66% from 255) = 37.76%
R=29.80%
G=32.45%
B=37.76%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1461591850.210.1400.2722021.7964.9
Hex929FB915E01Bdc1641
Octal222237271251603333426101
Binary10010010100111111011100110101111001101111011100101101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #929FB9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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