#87A2BC

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

Shades of Rock Blue #87A2BC

Tints of Rock Blue #87A2BC

Color information

#87A2BC (or 0x87A2BC) is unknown color: approx Rock Blue. HEX triplet: 87, A2 and BC. RGB value is (135,162,188). Sum of RGB (Red+Green+Blue) = 135+162+188=485 (64% of max value = 765). Red value is 135 (53.12% from 255 or 27.84% from 485); Green value is 162 (63.67% from 255 or 33.40% from 485); Blue value is 188 (73.83% from 255 or 38.76% from 485); Max value from RGB is 188 - color contains mainly: blue. Hex color #87A2BC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #87A2BC is #785D43. Grayscale: #9C9C9C. Windows color (decimal): -7888196 or 12362375. OLE color: 12362375.

HSL color Cylindrical-coordinate representation of color #87A2BC: hue angle of 209.43º degrees, saturation: 0.28, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #87A2BC is Cyan = 0.28, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB135162188-
CMYK0.280.1400.26
HSL209.43º28.34%63.33%-
HSV(B)209.43º28.19%73.73%-
XYZ31.9934.6252.57-
YUV156.89145.55112.39-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 27.84%
GREEN value IS 162 (63.67% from 255) = 33.40%
BLUE value IS 188 (73.83% from 255) = 38.76%
R=27.84%
G=33.40%
B=38.76%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1351621880.280.1400.26209.4328.3463.33
Hex87A2BC1CE01Ad11c3f
Octal20724227434160323213477
Binary1000011110100010101111001110011100110101101000111100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #87A2BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #87A2BC; }

 p { color: rgb(135,162,188); }

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

<style>
 a { background-color: #87A2BC; }

 a { background-color: rgb(135,162,188); }

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

<style>
 span { border-color: #87A2BC; }

 span { border-color: rgb(135,162,188); }

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