Html Css Color HEX #87A4DA Polo Blue

📋 copy color: '#87A4DA'

red 135 ◦ green 164 ◦ blue 218

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

Shades of Polo Blue #87A4DA

Tints of Polo Blue #87A4DA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 42.17%

R = 26.11%
G = 31.72%
B = 42.17%

CMYK

 C value IS 0.38

 M value IS 0.25

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#87A4DA (or 0x87A4DA) is known color: Polo Blue. HEX triplet: 87, A4 and DA. RGB value is (135,164,218). Sum of RGB (Red+Green+Blue) = 135+164+218=517 (68% of max value = 765). Red value is 135 (53.12% from 255 or 26.11% from 517); Green value is 164 (64.45% from 255 or 31.72% from 517); Blue value is 218 (85.55% from 255 or 42.17% from 517); Max value from RGB is 218 - color contains mainly: blue. Hex color #87A4DA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #87A4DA is #785B25. Grayscale: #A1A1A1. Windows color (decimal): -7887654 or 14328967. OLE color: 14328967.

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

Color convert

RGB 135 164 218 -
CMYK 0.38 0.25 0 0.15
HSL 219.04º 0.53% 0.69% -
HSV(B) 219.04º 0.38% 0.85% -
XYZ 35.92 36.76 71.53 -
YUV 161.49 159.89 109.11 -
System Red Green Blue C M Y K H S L
Decimal 135 164 218 0.38 0.25 0 0.15 219.04 0.53 0.69
Hex 87 A4 DA 26 19 0 F DB 35 45
Octal 207 244 332 46 31 0 17 333 65 105
Binary 10000111 10100100 11011010 100110 11001 0 1111 11011011 110101 1000101

Color Harmonies of #87A4DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #87A4DA

Black with #87A4DA

Text Example


Text Example

White with #87A4DA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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