#92A2BE

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

Shades of Rock Blue #92A2BE

Tints of Rock Blue #92A2BE

Color information

#92A2BE (or 0x92A2BE) is unknown color: approx Rock Blue. HEX triplet: 92, A2 and BE. RGB value is (146,162,190). Sum of RGB (Red+Green+Blue) = 146+162+190=498 (65% of max value = 765). Red value is 146 (57.42% from 255 or 29.32% from 498); Green value is 162 (63.67% from 255 or 32.53% from 498); Blue value is 190 (74.61% from 255 or 38.15% from 498); Max value from RGB is 190 - color contains mainly: blue. Hex color #92A2BE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #92A2BE is #6D5D41. Grayscale: #A0A0A0. Windows color (decimal): -7167298 or 12493458. OLE color: 12493458.

HSL color Cylindrical-coordinate representation of color #92A2BE: hue angle of 218.18º 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 #92A2BE is Cyan = 0.23, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB146162190-
CMYK0.230.1500.25
HSL218.18º25.29%65.88%-
HSV(B)218.18º23.16%74.51%-
XYZ34.0735.6753.8-
YUV160.41144.7117.72-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 29.32%
GREEN value IS 162 (63.67% from 255) = 32.53%
BLUE value IS 190 (74.61% from 255) = 38.15%
R=29.32%
G=32.53%
B=38.15%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1461621900.230.1500.25218.1825.2965.88
Hex92A2BE17F019da1942
Octal222242276271703133231102
Binary10010010101000101011111010111111101100111011010110011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #92A2BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #92A2BE; }

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

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

<style>
 a { background-color: #92A2BE; }

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

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

<style>
 span { border-color: #92A2BE; }

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

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