Html Css Color HEX #87A2D9 Polo Blue

📋 copy color: '#87A2D9'

red 135 ◦ green 162 ◦ blue 217

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

Shades of Polo Blue #87A2D9

Tints of Polo Blue #87A2D9

RGB

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

 GREEN value IS 162 (63.67% from 255) = 31.52%

 BLUE value IS 217 (85.16% from 255) = 42.22%

R = 26.26%
G = 31.52%
B = 42.22%

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

#87A2D9 (or 0x87A2D9) is known color: Polo Blue. HEX triplet: 87, A2 and D9. RGB value is (135,162,217). Sum of RGB (Red+Green+Blue) = 135+162+217=514 (68% of max value = 765). Red value is 135 (53.12% from 255 or 26.26% from 514); Green value is 162 (63.67% from 255 or 31.52% from 514); Blue value is 217 (85.16% from 255 or 42.22% from 514); Max value from RGB is 217 - color contains mainly: blue. Hex color #87A2D9 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #87A2D9 is #785D26. Grayscale: #9F9F9F. Windows color (decimal): -7888167 or 14262919. OLE color: 14262919.

HSL color Cylindrical-coordinate representation of color #87A2D9: hue angle of 220.24º degrees, saturation: 0.52, 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 #87A2D9 is Cyan = 0.38, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 135 162 217 -
CMYK 0.38 0.25 0 0.15
HSL 220.24º 0.52% 0.69% -
HSV(B) 220.24º 0.38% 0.85% -
XYZ 35.44 36 70.73 -
YUV 160.2 160.05 110.03 -
System Red Green Blue C M Y K H S L
Decimal 135 162 217 0.38 0.25 0 0.15 220.24 0.52 0.69
Hex 87 A2 D9 26 19 0 F DC 34 45
Octal 207 242 331 46 31 0 17 334 64 105
Binary 10000111 10100010 11011001 100110 11001 0 1111 11011100 110100 1000101

Color Harmonies of #87A2D9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #87A2D9

Black with #87A2D9

Text Example


Text Example

White with #87A2D9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(135,162,217); }

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

background-color css

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

 a { background-color: rgb(135,162,217); }

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

border-color css

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

 span { border-color: rgb(135,162,217); }

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