Html Css Color HEX #86A4C5 Polo Blue

📋 copy color: '#86A4C5'

red 134 ◦ green 164 ◦ blue 197

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

Shades of Polo Blue #86A4C5

Tints of Polo Blue #86A4C5

RGB

 RED value IS 134 (52.73% from 255) = 27.07%

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

 BLUE value IS 197 (77.34% from 255) = 39.8%

R = 27.07%
G = 33.13%
B = 39.8%

CMYK

 C value IS 0.32

 M value IS 0.17

 Y value IS 0

 K value IS 0.23

RGB Variations

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

Color information

#86A4C5 (or 0x86A4C5) is known color: Polo Blue. HEX triplet: 86, A4 and C5. RGB value is (134,164,197). Sum of RGB (Red+Green+Blue) = 134+164+197=495 (65% of max value = 765). Red value is 134 (52.73% from 255 or 27.07% from 495); Green value is 164 (64.45% from 255 or 33.13% from 495); Blue value is 197 (77.34% from 255 or 39.80% from 495); Max value from RGB is 197 - color contains mainly: blue. Hex color #86A4C5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #86A4C5 is #795B3A. Grayscale: #9E9E9E. Windows color (decimal): -7953211 or 12952710. OLE color: 12952710.

HSL color Cylindrical-coordinate representation of color #86A4C5: hue angle of 211.43º degrees, saturation: 0.35, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #86A4C5 is Cyan = 0.32, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB 134 164 197 -
CMYK 0.32 0.17 0 0.23
HSL 211.43º 0.35% 0.65% -
HSV(B) 211.43º 0.32% 0.77% -
XYZ 33.19 35.65 57.96 -
YUV 158.79 149.56 110.32 -
System Red Green Blue C M Y K H S L
Decimal 134 164 197 0.32 0.17 0 0.23 211.43 0.35 0.65
Hex 86 A4 C5 20 11 0 17 D3 23 41
Octal 206 244 305 40 21 0 27 323 43 101
Binary 10000110 10100100 11000101 100000 10001 0 10111 11010011 100011 1000001

Color Harmonies of #86A4C5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86A4C5

Black with #86A4C5

Text Example


Text Example

White with #86A4C5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #86A4C5; }

 p { color: rgb(134,164,197); }

 H1.HeaderClassName
 {
   color: #86A4C5;
 }
 .AnyTagClassName
 {
   color: #86A4C5;
 }
</style>

background-color css

<style>
 a { background-color: #86A4C5; }

 a { background-color: rgb(134,164,197); }

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

border-color css

<style>
 span { border-color: #86A4C5; }

 span { border-color: rgb(134,164,197); }

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