#929FBA

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

Shades of Rock Blue #929FBA

Tints of Rock Blue #929FBA

Color information

#929FBA (or 0x929FBA) is unknown color: approx Rock Blue. HEX triplet: 92, 9F and BA. RGB value is (146,159,186). Sum of RGB (Red+Green+Blue) = 146+159+186=491 (65% of max value = 765). Red value is 146 (57.42% from 255 or 29.74% from 491); Green value is 159 (62.5% from 255 or 32.38% from 491); Blue value is 186 (73.05% from 255 or 37.88% from 491); Max value from RGB is 186 - color contains mainly: blue. Hex color #929FBA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #929FBA is #6D6045. Grayscale: #9E9E9E. Windows color (decimal): -7168070 or 12230546. OLE color: 12230546.

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

Color convert

RGB146159186-
CMYK0.220.1500.27
HSL220.5º22.47%65.1%-
HSV(B)220.5º21.51%72.94%-
XYZ33.1234.4551.36-
YUV158.19143.69119.3-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 29.74%
GREEN value IS 159 (62.5% from 255) = 32.38%
BLUE value IS 186 (73.05% from 255) = 37.88%
R=29.74%
G=32.38%
B=37.88%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1461591860.220.1500.27220.522.4765.1
Hex929FBA16F01Bdc1641
Octal222237272261703333426101
Binary10010010100111111011101010110111101101111011100101101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #929FBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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