Html Css Color HEX #87A4DB Polo Blue

📋 copy color: '#87A4DB'

red 135 ◦ green 164 ◦ blue 219

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

Shades of Polo Blue #87A4DB

Tints of Polo Blue #87A4DB

RGB

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

 GREEN value IS 164 (64.45% from 255) = 31.66%

 BLUE value IS 219 (85.94% from 255) = 42.28%

R = 26.06%
G = 31.66%
B = 42.28%

CMYK

 C value IS 0.38

 M value IS 0.25

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#87A4DB (or 0x87A4DB) is known color: Polo Blue. HEX triplet: 87, A4 and DB. RGB value is (135,164,219). Sum of RGB (Red+Green+Blue) = 135+164+219=518 (68% of max value = 765). Red value is 135 (53.12% from 255 or 26.06% from 518); Green value is 164 (64.45% from 255 or 31.66% from 518); Blue value is 219 (85.94% from 255 or 42.28% from 518); Max value from RGB is 219 - color contains mainly: blue. Hex color #87A4DB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #87A4DB is #785B24. Grayscale: #A1A1A1. Windows color (decimal): -7887653 or 14394503. OLE color: 14394503.

HSL color Cylindrical-coordinate representation of color #87A4DB: hue angle of 219.29º degrees, saturation: 0.54, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #87A4DB is Cyan = 0.38, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 135 164 219 -
CMYK 0.38 0.25 0 0.14
HSL 219.29º 0.54% 0.69% -
HSV(B) 219.29º 0.38% 0.86% -
XYZ 36.05 36.82 72.22 -
YUV 161.6 160.39 109.03 -
System Red Green Blue C M Y K H S L
Decimal 135 164 219 0.38 0.25 0 0.14 219.29 0.54 0.69
Hex 87 A4 DB 26 19 0 E DB 36 45
Octal 207 244 333 46 31 0 16 333 66 105
Binary 10000111 10100100 11011011 100110 11001 0 1110 11011011 110110 1000101

Color Harmonies of #87A4DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #87A4DB

Black with #87A4DB

Text Example


Text Example

White with #87A4DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(135,164,219); }

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

background-color css

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

 a { background-color: rgb(135,164,219); }

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

border-color css

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

 span { border-color: rgb(135,164,219); }

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