Html Css Color HEX #86A4DA Polo Blue

📋 copy color: '#86A4DA'

red 134 ◦ green 164 ◦ blue 218

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

Shades of Polo Blue #86A4DA

Tints of Polo Blue #86A4DA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 42.25%

R = 25.97%
G = 31.78%
B = 42.25%

CMYK

 C value IS 0.39

 M value IS 0.25

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#86A4DA (or 0x86A4DA) is known color: Polo Blue. HEX triplet: 86, A4 and DA. RGB value is (134,164,218). Sum of RGB (Red+Green+Blue) = 134+164+218=516 (68% of max value = 765). Red value is 134 (52.73% from 255 or 25.97% from 516); Green value is 164 (64.45% from 255 or 31.78% from 516); Blue value is 218 (85.55% from 255 or 42.25% from 516); Max value from RGB is 218 - color contains mainly: blue. Hex color #86A4DA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #86A4DA is #795B25. Grayscale: #A0A0A0. Windows color (decimal): -7953190 or 14328966. OLE color: 14328966.

HSL color Cylindrical-coordinate representation of color #86A4DA: hue angle of 218.57º degrees, saturation: 0.53, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #86A4DA is Cyan = 0.39, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 134 164 218 -
CMYK 0.39 0.25 0 0.15
HSL 218.57º 0.53% 0.69% -
HSV(B) 218.57º 0.39% 0.85% -
XYZ 35.76 36.68 71.53 -
YUV 161.19 160.06 108.61 -
System Red Green Blue C M Y K H S L
Decimal 134 164 218 0.39 0.25 0 0.15 218.57 0.53 0.69
Hex 86 A4 DA 27 19 0 F DB 35 45
Octal 206 244 332 47 31 0 17 333 65 105
Binary 10000110 10100100 11011010 100111 11001 0 1111 11011011 110101 1000101

Color Harmonies of #86A4DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86A4DA

Black with #86A4DA

Text Example


Text Example

White with #86A4DA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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