Html Css Color HEX #87A7D5 Polo Blue

📋 copy color: '#87A7D5'

red 135 ◦ green 167 ◦ blue 213

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

Shades of Polo Blue #87A7D5

Tints of Polo Blue #87A7D5

RGB

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

 GREEN value IS 167 (65.63% from 255) = 32.43%

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

R = 26.21%
G = 32.43%
B = 41.36%

CMYK

 C value IS 0.37

 M value IS 0.22

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#87A7D5 (or 0x87A7D5) is known color: Polo Blue. HEX triplet: 87, A7 and D5. RGB value is (135,167,213). Sum of RGB (Red+Green+Blue) = 135+167+213=515 (68% of max value = 765). Red value is 135 (53.12% from 255 or 26.21% from 515); Green value is 167 (65.62% from 255 or 32.43% from 515); Blue value is 213 (83.59% from 255 or 41.36% from 515); Max value from RGB is 213 - color contains mainly: blue. Hex color #87A7D5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #87A7D5 is #78582A. Grayscale: #A2A2A2. Windows color (decimal): -7886891 or 14002055. OLE color: 14002055.

HSL color Cylindrical-coordinate representation of color #87A7D5: hue angle of 215.38º 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 #87A7D5 is Cyan = 0.37, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 135 167 213 -
CMYK 0.37 0.22 0 0.16
HSL 215.38º 0.48% 0.68% -
HSV(B) 215.38º 0.37% 0.84% -
XYZ 35.82 37.59 68.32 -
YUV 162.68 156.4 108.26 -
System Red Green Blue C M Y K H S L
Decimal 135 167 213 0.37 0.22 0 0.16 215.38 0.48 0.68
Hex 87 A7 D5 25 16 0 10 D7 30 44
Octal 207 247 325 45 26 0 20 327 60 104
Binary 10000111 10100111 11010101 100101 10110 0 10000 11010111 110000 1000100

Color Harmonies of #87A7D5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #87A7D5

Black with #87A7D5

Text Example


Text Example

White with #87A7D5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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