Html Css Color HEX #87A0CC Polo Blue

📋 copy color: '#87A0CC'

red 135 ◦ green 160 ◦ blue 204

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

Shades of Polo Blue #87A0CC

Tints of Polo Blue #87A0CC

RGB

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

 GREEN value IS 160 (62.89% from 255) = 32.06%

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

R = 27.05%
G = 32.06%
B = 40.88%

CMYK

 C value IS 0.34

 M value IS 0.22

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#87A0CC (or 0x87A0CC) is known color: Polo Blue. HEX triplet: 87, A0 and CC. RGB value is (135,160,204). Sum of RGB (Red+Green+Blue) = 135+160+204=499 (66% of max value = 765). Red value is 135 (53.12% from 255 or 27.05% from 499); Green value is 160 (62.89% from 255 or 32.06% from 499); Blue value is 204 (80.08% from 255 or 40.88% from 499); Max value from RGB is 204 - color contains mainly: blue. Hex color #87A0CC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #87A0CC is #785F33. Grayscale: #9D9D9D. Windows color (decimal): -7888692 or 13410439. OLE color: 13410439.

HSL color Cylindrical-coordinate representation of color #87A0CC: hue angle of 218.26º 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 #87A0CC is Cyan = 0.34, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 135 160 204 -
CMYK 0.34 0.22 0 0.2
HSL 218.26º 0.4% 0.66% -
HSV(B) 218.26º 0.34% 0.8% -
XYZ 33.46 34.65 62.05 -
YUV 157.54 154.22 111.92 -
System Red Green Blue C M Y K H S L
Decimal 135 160 204 0.34 0.22 0 0.2 218.26 0.4 0.66
Hex 87 A0 CC 22 16 0 14 DA 28 42
Octal 207 240 314 42 26 0 24 332 50 102
Binary 10000111 10100000 11001100 100010 10110 0 10100 11011010 101000 1000010

Color Harmonies of #87A0CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #87A0CC

Black with #87A0CC

Text Example


Text Example

White with #87A0CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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