#929FBE

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

Shades of Rock Blue #929FBE

Tints of Rock Blue #929FBE

Color information

#929FBE (or 0x929FBE) is unknown color: approx Rock Blue. HEX triplet: 92, 9F and BE. RGB value is (146,159,190). Sum of RGB (Red+Green+Blue) = 146+159+190=495 (65% of max value = 765). Red value is 146 (57.42% from 255 or 29.49% from 495); Green value is 159 (62.5% from 255 or 32.12% from 495); Blue value is 190 (74.61% from 255 or 38.38% from 495); Max value from RGB is 190 - color contains mainly: blue. Hex color #929FBE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #929FBE is #6D6041. Grayscale: #9E9E9E. Windows color (decimal): -7168066 or 12492690. OLE color: 12492690.

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

Color convert

RGB146159190-
CMYK0.230.1600.25
HSL222.27º25.29%65.88%-
HSV(B)222.27º23.16%74.51%-
XYZ33.5534.6253.63-
YUV158.65145.69118.98-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 29.49%
GREEN value IS 159 (62.5% from 255) = 32.12%
BLUE value IS 190 (74.61% from 255) = 38.38%
R=29.49%
G=32.12%
B=38.38%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1461591900.230.1600.25222.2725.2965.88
Hex929FBE1710019de1942
Octal222237276272003133631102
Binary100100101001111110111110101111000001100111011110110011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #929FBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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