Html Css Color HEX #87A2CB Polo Blue

📋 copy color: '#87A2CB'

red 135 ◦ green 162 ◦ blue 203

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

Shades of Polo Blue #87A2CB

Tints of Polo Blue #87A2CB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 40.6%

R = 27%
G = 32.4%
B = 40.6%

CMYK

 C value IS 0.33

 M value IS 0.20

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#87A2CB (or 0x87A2CB) is known color: Polo Blue. HEX triplet: 87, A2 and CB. RGB value is (135,162,203). Sum of RGB (Red+Green+Blue) = 135+162+203=500 (66% of max value = 765). Red value is 135 (53.12% from 255 or 27% from 500); Green value is 162 (63.67% from 255 or 32.4% from 500); Blue value is 203 (79.69% from 255 or 40.6% from 500); Max value from RGB is 203 - color contains mainly: blue. Hex color #87A2CB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #87A2CB is #785D34. Grayscale: #9E9E9E. Windows color (decimal): -7888181 or 13345415. OLE color: 13345415.

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

Color convert

RGB 135 162 203 -
CMYK 0.33 0.20 0 0.20
HSL 216.18º 0.4% 0.66% -
HSV(B) 216.18º 0.33% 0.8% -
XYZ 33.69 35.3 61.54 -
YUV 158.6 153.05 111.17 -
System Red Green Blue C M Y K H S L
Decimal 135 162 203 0.33 0.20 0 0.20 216.18 0.4 0.66
Hex 87 A2 CB 21 14 0 14 D8 28 42
Octal 207 242 313 41 24 0 24 330 50 102
Binary 10000111 10100010 11001011 100001 10100 0 10100 11011000 101000 1000010

Color Harmonies of #87A2CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #87A2CB

Black with #87A2CB

Text Example


Text Example

White with #87A2CB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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