#87A7B1

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

Shades of Botticelli #87A7B1

Tints of Botticelli #87A7B1

Color information

#87A7B1 (or 0x87A7B1) is unknown color: approx Botticelli. HEX triplet: 87, A7 and B1. RGB value is (135,167,177). Sum of RGB (Red+Green+Blue) = 135+167+177=479 (63% of max value = 765). Red value is 135 (53.12% from 255 or 28.18% from 479); Green value is 167 (65.62% from 255 or 34.86% from 479); Blue value is 177 (69.53% from 255 or 36.95% from 479); Max value from RGB is 177 - color contains mainly: blue. Hex color #87A7B1 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #87A7B1 is #78584E. Grayscale: #9E9E9E. Windows color (decimal): -7886927 or 11642759. OLE color: 11642759.

HSL color Cylindrical-coordinate representation of color #87A7B1: hue angle of 194.29º degrees, saturation: 0.21, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #87A7B1 is Cyan = 0.24, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB135167177-
CMYK0.240.0600.31
HSL194.29º21.21%61.18%-
HSV(B)194.29º23.73%69.41%-
XYZ31.7535.9646.86-
YUV158.57138.4111.19-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 28.18%
GREEN value IS 167 (65.62% from 255) = 34.86%
BLUE value IS 177 (69.53% from 255) = 36.95%
R=28.18%
G=34.86%
B=36.95%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1351671770.240.0600.31194.2921.2161.18
Hex87A7B118601Fc2153d
Octal2072472613060373022575
Binary100001111010011110110001110001100111111100001010101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #87A7B1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(135,167,177); }

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

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

 a { background-color: rgb(135,167,177); }

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

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

 span { border-color: rgb(135,167,177); }

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