#87A8B7

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

Shades of Botticelli #87A8B7

Tints of Botticelli #87A8B7

Color information

#87A8B7 (or 0x87A8B7) is unknown color: approx Botticelli. HEX triplet: 87, A8 and B7. RGB value is (135,168,183). Sum of RGB (Red+Green+Blue) = 135+168+183=486 (64% of max value = 765). Red value is 135 (53.12% from 255 or 27.78% from 486); Green value is 168 (66.02% from 255 or 34.57% from 486); Blue value is 183 (71.88% from 255 or 37.65% from 486); Max value from RGB is 183 - color contains mainly: blue. Hex color #87A8B7 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #87A8B7 is #785748. Grayscale: #9F9F9F. Windows color (decimal): -7886665 or 12036231. OLE color: 12036231.

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

Color convert

RGB135168183-
CMYK0.260.0800.28
HSL198.75º25%62.35%-
HSV(B)198.75º26.23%71.76%-
XYZ32.5436.5850.14-
YUV159.84141.07110.28-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 27.78%
GREEN value IS 168 (66.02% from 255) = 34.57%
BLUE value IS 183 (71.88% from 255) = 37.65%
R=27.78%
G=34.57%
B=37.65%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1351681830.260.0800.28198.752562.35
Hex87A8B71A801Cc7193e
Octal20725026732100343073176
Binary1000011110101000101101111101010000111001100011111001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #87A8B7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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