Html Css Color HEX #87A4D5 Polo Blue

📋 copy color: '#87A4D5'

red 135 ◦ green 164 ◦ blue 213

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

Shades of Polo Blue #87A4D5

Tints of Polo Blue #87A4D5

RGB

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

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

 BLUE value IS 213 (83.59% from 255) = 41.6%

R = 26.37%
G = 32.03%
B = 41.6%

CMYK

 C value IS 0.37

 M value IS 0.23

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#87A4D5 (or 0x87A4D5) is known color: Polo Blue. HEX triplet: 87, A4 and D5. RGB value is (135,164,213). Sum of RGB (Red+Green+Blue) = 135+164+213=512 (67% of max value = 765). Red value is 135 (53.12% from 255 or 26.37% from 512); Green value is 164 (64.45% from 255 or 32.03% from 512); Blue value is 213 (83.59% from 255 or 41.60% from 512); Max value from RGB is 213 - color contains mainly: blue. Hex color #87A4D5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #87A4D5 is #785B2A. Grayscale: #A0A0A0. Windows color (decimal): -7887659 or 14001287. OLE color: 14001287.

HSL color Cylindrical-coordinate representation of color #87A4D5: hue angle of 217.69º degrees, saturation: 0.48, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #87A4D5 is Cyan = 0.37, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 135 164 213 -
CMYK 0.37 0.23 0 0.16
HSL 217.69º 0.48% 0.68% -
HSV(B) 217.69º 0.37% 0.84% -
XYZ 35.28 36.51 68.14 -
YUV 160.92 157.39 109.52 -
System Red Green Blue C M Y K H S L
Decimal 135 164 213 0.37 0.23 0 0.16 217.69 0.48 0.68
Hex 87 A4 D5 25 17 0 10 DA 30 44
Octal 207 244 325 45 27 0 20 332 60 104
Binary 10000111 10100100 11010101 100101 10111 0 10000 11011010 110000 1000100

Color Harmonies of #87A4D5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #87A4D5

Black with #87A4D5

Text Example


Text Example

White with #87A4D5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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