Html Css Color HEX #87A3CE Polo Blue

📋 copy color: '#87A3CE'

red 135 ◦ green 163 ◦ blue 206

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

Shades of Polo Blue #87A3CE

Tints of Polo Blue #87A3CE

RGB

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

 GREEN value IS 163 (64.06% from 255) = 32.34%

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

R = 26.79%
G = 32.34%
B = 40.87%

CMYK

 C value IS 0.34

 M value IS 0.21

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#87A3CE (or 0x87A3CE) is known color: Polo Blue. HEX triplet: 87, A3 and CE. RGB value is (135,163,206). Sum of RGB (Red+Green+Blue) = 135+163+206=504 (66% of max value = 765). Red value is 135 (53.12% from 255 or 26.79% from 504); Green value is 163 (64.06% from 255 or 32.34% from 504); Blue value is 206 (80.86% from 255 or 40.87% from 504); Max value from RGB is 206 - color contains mainly: blue. Hex color #87A3CE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #87A3CE is #785C31. Grayscale: #9F9F9F. Windows color (decimal): -7887922 or 13542279. OLE color: 13542279.

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

Color convert

RGB 135 163 206 -
CMYK 0.34 0.21 0 0.19
HSL 216.34º 0.42% 0.67% -
HSV(B) 216.34º 0.34% 0.81% -
XYZ 34.23 35.8 63.5 -
YUV 159.53 154.22 110.5 -
System Red Green Blue C M Y K H S L
Decimal 135 163 206 0.34 0.21 0 0.19 216.34 0.42 0.67
Hex 87 A3 CE 22 15 0 13 D8 2A 43
Octal 207 243 316 42 25 0 23 330 52 103
Binary 10000111 10100011 11001110 100010 10101 0 10011 11011000 101010 1000011

Color Harmonies of #87A3CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #87A3CE

Black with #87A3CE

Text Example


Text Example

White with #87A3CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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