Html Css Color HEX #87A1CF Polo Blue

📋 copy color: '#87A1CF'

red 135 ◦ green 161 ◦ blue 207

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

Shades of Polo Blue #87A1CF

Tints of Polo Blue #87A1CF

RGB

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

 GREEN value IS 161 (63.28% from 255) = 32.01%

 BLUE value IS 207 (81.25% from 255) = 41.15%

R = 26.84%
G = 32.01%
B = 41.15%

CMYK

 C value IS 0.35

 M value IS 0.22

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#87A1CF (or 0x87A1CF) is known color: Polo Blue. HEX triplet: 87, A1 and CF. RGB value is (135,161,207). Sum of RGB (Red+Green+Blue) = 135+161+207=503 (66% of max value = 765). Red value is 135 (53.12% from 255 or 26.84% from 503); Green value is 161 (63.28% from 255 or 32.01% from 503); Blue value is 207 (81.25% from 255 or 41.15% from 503); Max value from RGB is 207 - color contains mainly: blue. Hex color #87A1CF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #87A1CF is #785E30. Grayscale: #9E9E9E. Windows color (decimal): -7888433 or 13607303. OLE color: 13607303.

HSL color Cylindrical-coordinate representation of color #87A1CF: hue angle of 218.33º degrees, saturation: 0.43, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #87A1CF is Cyan = 0.35, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 135 161 207 -
CMYK 0.35 0.22 0 0.19
HSL 218.33º 0.43% 0.67% -
HSV(B) 218.33º 0.35% 0.81% -
XYZ 34 35.15 64.02 -
YUV 158.47 155.39 111.26 -
System Red Green Blue C M Y K H S L
Decimal 135 161 207 0.35 0.22 0 0.19 218.33 0.43 0.67
Hex 87 A1 CF 23 16 0 13 DA 2B 43
Octal 207 241 317 43 26 0 23 332 53 103
Binary 10000111 10100001 11001111 100011 10110 0 10011 11011010 101011 1000011

Color Harmonies of #87A1CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #87A1CF

Black with #87A1CF

Text Example


Text Example

White with #87A1CF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(135,161,207); }

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

background-color css

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

 a { background-color: rgb(135,161,207); }

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

border-color css

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

 span { border-color: rgb(135,161,207); }

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