Html Css Color HEX #87A2CA Polo Blue

📋 copy color: '#87A2CA'

red 135 ◦ green 162 ◦ blue 202

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

Shades of Polo Blue #87A2CA

Tints of Polo Blue #87A2CA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 40.48%

R = 27.05%
G = 32.46%
B = 40.48%

CMYK

 C value IS 0.33

 M value IS 0.20

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#87A2CA (or 0x87A2CA) is known color: Polo Blue. HEX triplet: 87, A2 and CA. RGB value is (135,162,202). Sum of RGB (Red+Green+Blue) = 135+162+202=499 (66% of max value = 765). Red value is 135 (53.12% from 255 or 27.05% from 499); Green value is 162 (63.67% from 255 or 32.46% from 499); Blue value is 202 (79.30% from 255 or 40.48% from 499); Max value from RGB is 202 - color contains mainly: blue. Hex color #87A2CA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #87A2CA is #785D35. Grayscale: #9E9E9E. Windows color (decimal): -7888182 or 13279879. OLE color: 13279879.

HSL color Cylindrical-coordinate representation of color #87A2CA: hue angle of 215.82º degrees, saturation: 0.39, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #87A2CA is Cyan = 0.33, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 135 162 202 -
CMYK 0.33 0.20 0 0.21
HSL 215.82º 0.39% 0.66% -
HSV(B) 215.82º 0.33% 0.79% -
XYZ 33.57 35.26 60.91 -
YUV 158.49 152.55 111.25 -
System Red Green Blue C M Y K H S L
Decimal 135 162 202 0.33 0.20 0 0.21 215.82 0.39 0.66
Hex 87 A2 CA 21 14 0 15 D8 27 42
Octal 207 242 312 41 24 0 25 330 47 102
Binary 10000111 10100010 11001010 100001 10100 0 10101 11011000 100111 1000010

Color Harmonies of #87A2CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #87A2CA

Black with #87A2CA

Text Example


Text Example

White with #87A2CA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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