#87A8B4

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

Shades of Botticelli #87A8B4

Tints of Botticelli #87A8B4

Color information

#87A8B4 (or 0x87A8B4) is unknown color: approx Botticelli. HEX triplet: 87, A8 and B4. RGB value is (135,168,180). Sum of RGB (Red+Green+Blue) = 135+168+180=483 (63% of max value = 765). Red value is 135 (53.12% from 255 or 27.95% from 483); Green value is 168 (66.02% from 255 or 34.78% from 483); Blue value is 180 (70.70% from 255 or 37.27% from 483); Max value from RGB is 180 - color contains mainly: blue. Hex color #87A8B4 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #87A8B4 is #78574B. Grayscale: #9F9F9F. Windows color (decimal): -7886668 or 11839623. OLE color: 11839623.

HSL color Cylindrical-coordinate representation of color #87A8B4: hue angle of 196º 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 #87A8B4 is Cyan = 0.25, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB135168180-
CMYK0.250.0700.29
HSL196º23.08%61.76%-
HSV(B)196º25%70.59%-
XYZ32.2336.4548.52-
YUV159.5139.57110.52-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 27.95%
GREEN value IS 168 (66.02% from 255) = 34.78%
BLUE value IS 180 (70.70% from 255) = 37.27%
R=27.95%
G=34.78%
B=37.27%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1351681800.250.0700.2919623.0861.76
Hex87A8B419701Dc4173e
Octal2072502643170353042776
Binary100001111010100010110100110011110111011100010010111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #87A8B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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