#92A1BE

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

Shades of Rock Blue #92A1BE

Tints of Rock Blue #92A1BE

Color information

#92A1BE (or 0x92A1BE) is unknown color: approx Rock Blue. HEX triplet: 92, A1 and BE. RGB value is (146,161,190). Sum of RGB (Red+Green+Blue) = 146+161+190=497 (65% of max value = 765). Red value is 146 (57.42% from 255 or 29.38% from 497); Green value is 161 (63.28% from 255 or 32.39% from 497); Blue value is 190 (74.61% from 255 or 38.23% from 497); Max value from RGB is 190 - color contains mainly: blue. Hex color #92A1BE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #92A1BE is #6D5E41. Grayscale: #9F9F9F. Windows color (decimal): -7167554 or 12493202. OLE color: 12493202.

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

Color convert

RGB146161190-
CMYK0.230.1500.25
HSL219.55º25.29%65.88%-
HSV(B)219.55º23.16%74.51%-
XYZ33.8935.3253.75-
YUV159.82145.03118.14-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 29.38%
GREEN value IS 161 (63.28% from 255) = 32.39%
BLUE value IS 190 (74.61% from 255) = 38.23%
R=29.38%
G=32.39%
B=38.23%

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
Decimal1461611900.230.1500.25219.5525.2965.88
Hex92A1BE17F019dc1942
Octal222241276271703133431102
Binary10010010101000011011111010111111101100111011100110011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #92A1BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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