#92A4BC

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

Shades of Rock Blue #92A4BC

Tints of Rock Blue #92A4BC

Color information

#92A4BC (or 0x92A4BC) is unknown color: approx Rock Blue. HEX triplet: 92, A4 and BC. RGB value is (146,164,188). Sum of RGB (Red+Green+Blue) = 146+164+188=498 (65% of max value = 765). Red value is 146 (57.42% from 255 or 29.32% from 498); Green value is 164 (64.45% from 255 or 32.93% from 498); Blue value is 188 (73.83% from 255 or 37.75% from 498); Max value from RGB is 188 - color contains mainly: blue. Hex color #92A4BC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #92A4BC is #6D5B43. Grayscale: #A1A1A1. Windows color (decimal): -7166788 or 12362898. OLE color: 12362898.

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

Color convert

RGB146164188-
CMYK0.220.1300.26
HSL214.29º23.86%65.49%-
HSV(B)214.29º22.34%73.73%-
XYZ34.2136.2952.78-
YUV161.35143.04117.05-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 29.32%
GREEN value IS 164 (64.45% from 255) = 32.93%
BLUE value IS 188 (73.83% from 255) = 37.75%
R=29.32%
G=32.93%
B=37.75%

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
Decimal1461641880.220.1300.26214.2923.8665.49
Hex92A4BC16D01Ad61841
Octal222244274261503232630101
Binary10010010101001001011110010110110101101011010110110001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #92A4BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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