Html Css Color HEX #87A7CE Polo Blue

📋 copy color: '#87A7CE'

red 135 ◦ green 167 ◦ blue 206

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

Shades of Polo Blue #87A7CE

Tints of Polo Blue #87A7CE

RGB

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

 GREEN value IS 167 (65.63% from 255) = 32.87%

 BLUE value IS 206 (80.86% from 255) = 40.55%

R = 26.57%
G = 32.87%
B = 40.55%

CMYK

 C value IS 0.34

 M value IS 0.19

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#87A7CE (or 0x87A7CE) is known color: Polo Blue. HEX triplet: 87, A7 and CE. RGB value is (135,167,206). Sum of RGB (Red+Green+Blue) = 135+167+206=508 (67% of max value = 765). Red value is 135 (53.12% from 255 or 26.57% from 508); Green value is 167 (65.62% from 255 or 32.87% from 508); Blue value is 206 (80.86% from 255 or 40.55% from 508); Max value from RGB is 206 - color contains mainly: blue. Hex color #87A7CE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #87A7CE is #785831. Grayscale: #A1A1A1. Windows color (decimal): -7886898 or 13543303. OLE color: 13543303.

HSL color Cylindrical-coordinate representation of color #87A7CE: hue angle of 212.96º degrees, saturation: 0.42, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #87A7CE is Cyan = 0.34, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 135 167 206 -
CMYK 0.34 0.19 0 0.19
HSL 212.96º 0.42% 0.67% -
HSV(B) 212.96º 0.34% 0.81% -
XYZ 34.95 37.24 63.74 -
YUV 161.88 152.9 108.83 -
System Red Green Blue C M Y K H S L
Decimal 135 167 206 0.34 0.19 0 0.19 212.96 0.42 0.67
Hex 87 A7 CE 22 13 0 13 D5 2A 43
Octal 207 247 316 42 23 0 23 325 52 103
Binary 10000111 10100111 11001110 100010 10011 0 10011 11010101 101010 1000011

Color Harmonies of #87A7CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #87A7CE

Black with #87A7CE

Text Example


Text Example

White with #87A7CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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