Html Css Color HEX #87ACB7 Botticelli

📋 copy color: '#87ACB7'

red 135 ◦ green 172 ◦ blue 183

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

Shades of Botticelli #87ACB7

Tints of Botticelli #87ACB7

RGB

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

 GREEN value IS 172 (67.58% from 255) = 35.1%

 BLUE value IS 183 (71.88% from 255) = 37.35%

R = 27.55%
G = 35.1%
B = 37.35%

CMYK

 C value IS 0.26

 M value IS 0.06

 Y value IS 0

 K value IS 0.28

RGB Variations

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

Color information

#87ACB7 (or 0x87ACB7) is known color: Botticelli. HEX triplet: 87, AC and B7. RGB value is (135,172,183). Sum of RGB (Red+Green+Blue) = 135+172+183=490 (64% of max value = 765). Red value is 135 (53.12% from 255 or 27.55% from 490); Green value is 172 (67.58% from 255 or 35.10% from 490); Blue value is 183 (71.88% from 255 or 37.35% from 490); Max value from RGB is 183 - color contains mainly: blue. Hex color #87ACB7 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #87ACB7 is #785348. Grayscale: #A2A2A2. Windows color (decimal): -7885641 or 12037255. OLE color: 12037255.

HSL color Cylindrical-coordinate representation of color #87ACB7: hue angle of 193.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 #87ACB7 is Cyan = 0.26, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB 135 172 183 -
CMYK 0.26 0.06 0 0.28
HSL 193.75º 0.25% 0.62% -
HSV(B) 193.75º 0.26% 0.72% -
XYZ 33.29 38.07 50.39 -
YUV 162.19 139.74 108.61 -
System Red Green Blue C M Y K H S L
Decimal 135 172 183 0.26 0.06 0 0.28 193.75 0.25 0.62
Hex 87 AC B7 1A 6 0 1C C2 19 3E
Octal 207 254 267 32 6 0 34 302 31 76
Binary 10000111 10101100 10110111 11010 110 0 11100 11000010 11001 111110

Color Harmonies of #87ACB7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #87ACB7

Black with #87ACB7

Text Example


Text Example

White with #87ACB7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #87ACB7;
 }
 .AnyTagClassName
 {
   color: #87ACB7;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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