#87A0BF

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

Shades of Rock Blue #87A0BF

Tints of Rock Blue #87A0BF

Color information

#87A0BF (or 0x87A0BF) is unknown color: approx Rock Blue. HEX triplet: 87, A0 and BF. RGB value is (135,160,191). Sum of RGB (Red+Green+Blue) = 135+160+191=486 (64% of max value = 765). Red value is 135 (53.12% from 255 or 27.78% from 486); Green value is 160 (62.89% from 255 or 32.92% from 486); Blue value is 191 (75% from 255 or 39.30% from 486); Max value from RGB is 191 - color contains mainly: blue. Hex color #87A0BF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #87A0BF is #785F40. Grayscale: #9B9B9B. Windows color (decimal): -7888705 or 12558471. OLE color: 12558471.

HSL color Cylindrical-coordinate representation of color #87A0BF: hue angle of 213.21º degrees, saturation: 0.3, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #87A0BF is Cyan = 0.29, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB135160191-
CMYK0.290.1600.25
HSL213.21º30.43%63.92%-
HSV(B)213.21º29.32%74.9%-
XYZ31.9734.0554.18-
YUV156.06147.72112.98-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 27.78%
GREEN value IS 160 (62.89% from 255) = 32.92%
BLUE value IS 191 (75% from 255) = 39.30%
R=27.78%
G=32.92%
B=39.30%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1351601910.290.1600.25213.2130.4363.92
Hex87A0BF1D10019d51e40
Octal207240277352003132536100
Binary100001111010000010111111111011000001100111010101111101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #87A0BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(135,160,191); }

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

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

 a { background-color: rgb(135,160,191); }

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

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

 span { border-color: rgb(135,160,191); }

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