#92A4BE

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

Shades of Rock Blue #92A4BE

Tints of Rock Blue #92A4BE

Color information

#92A4BE (or 0x92A4BE) is unknown color: approx Rock Blue. HEX triplet: 92, A4 and BE. RGB value is (146,164,190). Sum of RGB (Red+Green+Blue) = 146+164+190=500 (66% of max value = 765). Red value is 146 (57.42% from 255 or 29.2% from 500); Green value is 164 (64.45% from 255 or 32.8% from 500); Blue value is 190 (74.61% from 255 or 38% from 500); Max value from RGB is 190 - color contains mainly: blue. Hex color #92A4BE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #92A4BE is #6D5B41. Grayscale: #A1A1A1. Windows color (decimal): -7166786 or 12493970. OLE color: 12493970.

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

Color convert

RGB146164190-
CMYK0.230.1400.25
HSL215.45º25.29%65.88%-
HSV(B)215.45º23.16%74.51%-
XYZ34.4236.3853.92-
YUV161.58144.04116.89-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 29.2%
GREEN value IS 164 (64.45% from 255) = 32.8%
BLUE value IS 190 (74.61% from 255) = 38%
R=29.2%
G=32.8%
B=38%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1461641900.230.1400.25215.4525.2965.88
Hex92A4BE17E019d71942
Octal222244276271603132731102
Binary10010010101001001011111010111111001100111010111110011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #92A4BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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