#929FBD

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

Shades of Rock Blue #929FBD

Tints of Rock Blue #929FBD

Color information

#929FBD (or 0x929FBD) is unknown color: approx Rock Blue. HEX triplet: 92, 9F and BD. RGB value is (146,159,189). Sum of RGB (Red+Green+Blue) = 146+159+189=494 (65% of max value = 765). Red value is 146 (57.42% from 255 or 29.55% from 494); Green value is 159 (62.5% from 255 or 32.19% from 494); Blue value is 189 (74.22% from 255 or 38.26% from 494); Max value from RGB is 189 - color contains mainly: blue. Hex color #929FBD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #929FBD is #6D6042. Grayscale: #9E9E9E. Windows color (decimal): -7168067 or 12427154. OLE color: 12427154.

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

Color convert

RGB146159189-
CMYK0.230.1600.26
HSL221.86º24.57%65.69%-
HSV(B)221.86º22.75%74.12%-
XYZ33.4434.5853.06-
YUV158.53145.19119.06-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 29.55%
GREEN value IS 159 (62.5% from 255) = 32.19%
BLUE value IS 189 (74.22% from 255) = 38.26%
R=29.55%
G=32.19%
B=38.26%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1461591890.230.1600.26221.8624.5765.69
Hex929FBD171001Ade1942
Octal222237275272003233631102
Binary100100101001111110111101101111000001101011011110110011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #929FBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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