Html Css Color HEX #87A8CC Polo Blue

📋 copy color: '#87A8CC'

red 135 ◦ green 168 ◦ blue 204

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

Shades of Polo Blue #87A8CC

Tints of Polo Blue #87A8CC

RGB

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

 GREEN value IS 168 (66.02% from 255) = 33.14%

 BLUE value IS 204 (80.08% from 255) = 40.24%

R = 26.63%
G = 33.14%
B = 40.24%

CMYK

 C value IS 0.34

 M value IS 0.18

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#87A8CC (or 0x87A8CC) is known color: Polo Blue. HEX triplet: 87, A8 and CC. RGB value is (135,168,204). Sum of RGB (Red+Green+Blue) = 135+168+204=507 (67% of max value = 765). Red value is 135 (53.12% from 255 or 26.63% from 507); Green value is 168 (66.02% from 255 or 33.14% from 507); Blue value is 204 (80.08% from 255 or 40.24% from 507); Max value from RGB is 204 - color contains mainly: blue. Hex color #87A8CC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #87A8CC is #785733. Grayscale: #A2A2A2. Windows color (decimal): -7886644 or 13412487. OLE color: 13412487.

HSL color Cylindrical-coordinate representation of color #87A8CC: hue angle of 211.3º degrees, saturation: 0.4, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #87A8CC is Cyan = 0.34, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 135 168 204 -
CMYK 0.34 0.18 0 0.2
HSL 211.3º 0.4% 0.66% -
HSV(B) 211.3º 0.34% 0.8% -
XYZ 34.89 37.52 62.53 -
YUV 162.24 151.57 108.57 -
System Red Green Blue C M Y K H S L
Decimal 135 168 204 0.34 0.18 0 0.2 211.3 0.4 0.66
Hex 87 A8 CC 22 12 0 14 D3 28 42
Octal 207 250 314 42 22 0 24 323 50 102
Binary 10000111 10101000 11001100 100010 10010 0 10100 11010011 101000 1000010

Color Harmonies of #87A8CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #87A8CC

Black with #87A8CC

Text Example


Text Example

White with #87A8CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(135,168,204); }

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

background-color css

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

 a { background-color: rgb(135,168,204); }

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

border-color css

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

 span { border-color: rgb(135,168,204); }

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