Html Css Color HEX #87A4C1 Polo Blue

📋 copy color: '#87A4C1'

red 135 ◦ green 164 ◦ blue 193

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

Shades of Polo Blue #87A4C1

Tints of Polo Blue #87A4C1

RGB

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

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

 BLUE value IS 193 (75.78% from 255) = 39.23%

R = 27.44%
G = 33.33%
B = 39.23%

CMYK

 C value IS 0.30

 M value IS 0.15

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#87A4C1 (or 0x87A4C1) is known color: Polo Blue. HEX triplet: 87, A4 and C1. RGB value is (135,164,193). Sum of RGB (Red+Green+Blue) = 135+164+193=492 (65% of max value = 765). Red value is 135 (53.12% from 255 or 27.44% from 492); Green value is 164 (64.45% from 255 or 33.33% from 492); Blue value is 193 (75.78% from 255 or 39.23% from 492); Max value from RGB is 193 - color contains mainly: blue. Hex color #87A4C1 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #87A4C1 is #785B3E. Grayscale: #9E9E9E. Windows color (decimal): -7887679 or 12690567. OLE color: 12690567.

HSL color Cylindrical-coordinate representation of color #87A4C1: hue angle of 210º degrees, saturation: 0.32, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #87A4C1 is Cyan = 0.30, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 135 164 193 -
CMYK 0.30 0.15 0 0.24
HSL 210º 0.32% 0.64% -
HSV(B) 210º 0.3% 0.76% -
XYZ 32.89 35.55 55.58 -
YUV 158.64 147.39 111.14 -
System Red Green Blue C M Y K H S L
Decimal 135 164 193 0.30 0.15 0 0.24 210 0.32 0.64
Hex 87 A4 C1 1E F 0 18 D2 20 40
Octal 207 244 301 36 17 0 30 322 40 100
Binary 10000111 10100100 11000001 11110 1111 0 11000 11010010 100000 1000000

Color Harmonies of #87A4C1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #87A4C1

Black with #87A4C1

Text Example


Text Example

White with #87A4C1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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