Html Css Color HEX #87A6D9 Polo Blue

📋 copy color: '#87A6D9'

red 135 ◦ green 166 ◦ blue 217

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

Shades of Polo Blue #87A6D9

Tints of Polo Blue #87A6D9

RGB

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

 GREEN value IS 166 (65.23% from 255) = 32.05%

 BLUE value IS 217 (85.16% from 255) = 41.89%

R = 26.06%
G = 32.05%
B = 41.89%

CMYK

 C value IS 0.38

 M value IS 0.24

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#87A6D9 (or 0x87A6D9) is known color: Polo Blue. HEX triplet: 87, A6 and D9. RGB value is (135,166,217). Sum of RGB (Red+Green+Blue) = 135+166+217=518 (68% of max value = 765). Red value is 135 (53.12% from 255 or 26.06% from 518); Green value is 166 (65.23% from 255 or 32.05% from 518); Blue value is 217 (85.16% from 255 or 41.89% from 518); Max value from RGB is 217 - color contains mainly: blue. Hex color #87A6D9 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #87A6D9 is #785926. Grayscale: #A2A2A2. Windows color (decimal): -7887143 or 14263943. OLE color: 14263943.

HSL color Cylindrical-coordinate representation of color #87A6D9: hue angle of 217.32º degrees, saturation: 0.52, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #87A6D9 is Cyan = 0.38, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 135 166 217 -
CMYK 0.38 0.24 0 0.15
HSL 217.32º 0.52% 0.69% -
HSV(B) 217.32º 0.38% 0.85% -
XYZ 36.15 37.43 70.97 -
YUV 162.55 158.73 108.35 -
System Red Green Blue C M Y K H S L
Decimal 135 166 217 0.38 0.24 0 0.15 217.32 0.52 0.69
Hex 87 A6 D9 26 18 0 F D9 34 45
Octal 207 246 331 46 30 0 17 331 64 105
Binary 10000111 10100110 11011001 100110 11000 0 1111 11011001 110100 1000101

Color Harmonies of #87A6D9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #87A6D9

Black with #87A6D9

Text Example


Text Example

White with #87A6D9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(135,166,217); }

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

background-color css

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

 a { background-color: rgb(135,166,217); }

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

border-color css

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

 span { border-color: rgb(135,166,217); }

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