#92A3BC

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

Shades of Rock Blue #92A3BC

Tints of Rock Blue #92A3BC

Color information

#92A3BC (or 0x92A3BC) is unknown color: approx Rock Blue. HEX triplet: 92, A3 and BC. RGB value is (146,163,188). Sum of RGB (Red+Green+Blue) = 146+163+188=497 (65% of max value = 765). Red value is 146 (57.42% from 255 or 29.38% from 497); Green value is 163 (64.06% from 255 or 32.80% from 497); Blue value is 188 (73.83% from 255 or 37.83% from 497); Max value from RGB is 188 - color contains mainly: blue. Hex color #92A3BC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #92A3BC is #6D5C43. Grayscale: #A0A0A0. Windows color (decimal): -7167044 or 12362642. OLE color: 12362642.

HSL color Cylindrical-coordinate representation of color #92A3BC: hue angle of 215.71º degrees, saturation: 0.24, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #92A3BC is Cyan = 0.22, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB146163188-
CMYK0.220.1300.26
HSL215.71º23.86%65.49%-
HSV(B)215.71º22.34%73.73%-
XYZ34.0335.9452.72-
YUV160.77143.37117.47-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 29.38%
GREEN value IS 163 (64.06% from 255) = 32.80%
BLUE value IS 188 (73.83% from 255) = 37.83%
R=29.38%
G=32.80%
B=37.83%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1461631880.220.1300.26215.7123.8665.49
Hex92A3BC16D01Ad81841
Octal222243274261503233030101
Binary10010010101000111011110010110110101101011011000110001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #92A3BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(146,163,188); }

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

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

 a { background-color: rgb(146,163,188); }

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

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

 span { border-color: rgb(146,163,188); }

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