Html Css Color HEX #87A7B1 Botticelli

📋 copy color: '#87A7B1'

red 135 ◦ green 167 ◦ blue 177

#87A7B1
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Botticelli #87A7B1

Tints of Botticelli #87A7B1

RGB

 RED value IS 135 (53.13% from 255) = 28.18%

 GREEN value IS 167 (65.63% 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 value IS 0.24

 M value IS 0.06

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#87A7B1 (or 0x87A7B1) is known color: 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

RGB 135 167 177 -
CMYK 0.24 0.06 0 0.31
HSL 194.29º 0.21% 0.61% -
HSV(B) 194.29º 0.24% 0.69% -
XYZ 31.75 35.96 46.86 -
YUV 158.57 138.4 111.19 -
System Red Green Blue C M Y K H S L
Decimal 135 167 177 0.24 0.06 0 0.31 194.29 0.21 0.61
Hex 87 A7 B1 18 6 0 1F C2 15 3D
Octal 207 247 261 30 6 0 37 302 25 75
Binary 10000111 10100111 10110001 11000 110 0 11111 11000010 10101 111101

Color Harmonies of #87A7B1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #87A7B1

Black with #87A7B1

Text Example


Text Example

White with #87A7B1

Text Example


Text Example

HTML Codes & Css Web 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>