#87A6B4

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

Shades of Botticelli #87A6B4

Tints of Botticelli #87A6B4

Color information

#87A6B4 (or 0x87A6B4) is unknown color: approx Botticelli. HEX triplet: 87, A6 and B4. RGB value is (135,166,180). Sum of RGB (Red+Green+Blue) = 135+166+180=481 (63% of max value = 765). Red value is 135 (53.12% from 255 or 28.07% from 481); Green value is 166 (65.23% from 255 or 34.51% from 481); Blue value is 180 (70.70% from 255 or 37.42% from 481); Max value from RGB is 180 - color contains mainly: blue. Hex color #87A6B4 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #87A6B4 is #78594B. Grayscale: #9E9E9E. Windows color (decimal): -7887180 or 11839111. OLE color: 11839111.

HSL color Cylindrical-coordinate representation of color #87A6B4: hue angle of 198.67º degrees, saturation: 0.23, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #87A6B4 is Cyan = 0.25, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB135166180-
CMYK0.250.0800.29
HSL198.67º23.08%61.76%-
HSV(B)198.67º25%70.59%-
XYZ31.8735.7248.39-
YUV158.33140.23111.36-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 28.07%
GREEN value IS 166 (65.23% from 255) = 34.51%
BLUE value IS 180 (70.70% from 255) = 37.42%
R=28.07%
G=34.51%
B=37.42%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1351661800.250.0800.29198.6723.0861.76
Hex87A6B419801Dc7173e
Octal20724626431100353072776
Binary1000011110100110101101001100110000111011100011110111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #87A6B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(135,166,180); }

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

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

 a { background-color: rgb(135,166,180); }

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

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

 span { border-color: rgb(135,166,180); }

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