#92A2BB

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

Shades of Rock Blue #92A2BB

Tints of Rock Blue #92A2BB

Color information

#92A2BB (or 0x92A2BB) is unknown color: approx Rock Blue. HEX triplet: 92, A2 and BB. RGB value is (146,162,187). Sum of RGB (Red+Green+Blue) = 146+162+187=495 (65% of max value = 765). Red value is 146 (57.42% from 255 or 29.49% from 495); Green value is 162 (63.67% from 255 or 32.73% from 495); Blue value is 187 (73.44% from 255 or 37.78% from 495); Max value from RGB is 187 - color contains mainly: blue. Hex color #92A2BB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #92A2BB is #6D5D44. Grayscale: #9F9F9F. Windows color (decimal): -7167301 or 12296850. OLE color: 12296850.

HSL color Cylindrical-coordinate representation of color #92A2BB: hue angle of 216.59º degrees, saturation: 0.23, 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 #92A2BB is Cyan = 0.22, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB146162187-
CMYK0.220.1300.27
HSL216.59º23.16%65.29%-
HSV(B)216.59º21.93%73.33%-
XYZ33.7435.5452.1-
YUV160.07143.2117.97-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 29.49%
GREEN value IS 162 (63.67% from 255) = 32.73%
BLUE value IS 187 (73.44% from 255) = 37.78%
R=29.49%
G=32.73%
B=37.78%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1461621870.220.1300.27216.5923.1665.29
Hex92A2BB16D01Bd91741
Octal222242273261503333127101
Binary10010010101000101011101110110110101101111011001101111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #92A2BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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