Html Css Color HEX #87A3CA Polo Blue

📋 copy color: '#87A3CA'

red 135 ◦ green 163 ◦ blue 202

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

Shades of Polo Blue #87A3CA

Tints of Polo Blue #87A3CA

RGB

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

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

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

R = 27%
G = 32.6%
B = 40.4%

CMYK

 C value IS 0.33

 M value IS 0.19

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#87A3CA (or 0x87A3CA) is known color: Polo Blue. HEX triplet: 87, A3 and CA. RGB value is (135,163,202). Sum of RGB (Red+Green+Blue) = 135+163+202=500 (66% of max value = 765). Red value is 135 (53.12% from 255 or 27% from 500); Green value is 163 (64.06% from 255 or 32.6% from 500); Blue value is 202 (79.30% from 255 or 40.4% from 500); Max value from RGB is 202 - color contains mainly: blue. Hex color #87A3CA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #87A3CA is #785C35. Grayscale: #9E9E9E. Windows color (decimal): -7887926 or 13280135. OLE color: 13280135.

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

Color convert

RGB 135 163 202 -
CMYK 0.33 0.19 0 0.21
HSL 214.93º 0.39% 0.66% -
HSV(B) 214.93º 0.33% 0.79% -
XYZ 33.75 35.61 60.97 -
YUV 159.07 152.22 110.83 -
System Red Green Blue C M Y K H S L
Decimal 135 163 202 0.33 0.19 0 0.21 214.93 0.39 0.66
Hex 87 A3 CA 21 13 0 15 D7 27 42
Octal 207 243 312 41 23 0 25 327 47 102
Binary 10000111 10100011 11001010 100001 10011 0 10101 11010111 100111 1000010

Color Harmonies of #87A3CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #87A3CA

Black with #87A3CA

Text Example


Text Example

White with #87A3CA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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