#929FBF

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

Shades of Rock Blue #929FBF

Tints of Rock Blue #929FBF

Color information

#929FBF (or 0x929FBF) is unknown color: approx Rock Blue. HEX triplet: 92, 9F and BF. RGB value is (146,159,191). Sum of RGB (Red+Green+Blue) = 146+159+191=496 (65% of max value = 765). Red value is 146 (57.42% from 255 or 29.44% from 496); Green value is 159 (62.5% from 255 or 32.06% from 496); Blue value is 191 (75% from 255 or 38.51% from 496); Max value from RGB is 191 - color contains mainly: blue. Hex color #929FBF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #929FBF is #6D6040. Grayscale: #9E9E9E. Windows color (decimal): -7168065 or 12558226. OLE color: 12558226.

HSL color Cylindrical-coordinate representation of color #929FBF: hue angle of 222.67º degrees, saturation: 0.26, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #929FBF is Cyan = 0.24, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB146159191-
CMYK0.240.1700.25
HSL222.67º26.01%66.08%-
HSV(B)222.67º23.56%74.9%-
XYZ33.6634.6754.21-
YUV158.76146.19118.9-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 29.44%
GREEN value IS 159 (62.5% from 255) = 32.06%
BLUE value IS 191 (75% from 255) = 38.51%
R=29.44%
G=32.06%
B=38.51%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1461591910.240.1700.25222.6726.0166.08
Hex929FBF1811019df1a42
Octal222237277302103133732102
Binary100100101001111110111111110001000101100111011111110101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #929FBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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