Html Css Color HEX #86A3DB Polo Blue

📋 copy color: '#86A3DB'

red 134 ◦ green 163 ◦ blue 219

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

Shades of Polo Blue #86A3DB

Tints of Polo Blue #86A3DB

RGB

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

 GREEN value IS 163 (64.06% from 255) = 31.59%

 BLUE value IS 219 (85.94% from 255) = 42.44%

R = 25.97%
G = 31.59%
B = 42.44%

CMYK

 C value IS 0.39

 M value IS 0.26

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#86A3DB (or 0x86A3DB) is known color: Polo Blue. HEX triplet: 86, A3 and DB. RGB value is (134,163,219). Sum of RGB (Red+Green+Blue) = 134+163+219=516 (68% of max value = 765). Red value is 134 (52.73% from 255 or 25.97% from 516); Green value is 163 (64.06% from 255 or 31.59% from 516); Blue value is 219 (85.94% from 255 or 42.44% from 516); Max value from RGB is 219 - color contains mainly: blue. Hex color #86A3DB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #86A3DB is #795C24. Grayscale: #A0A0A0. Windows color (decimal): -7953445 or 14394246. OLE color: 14394246.

HSL color Cylindrical-coordinate representation of color #86A3DB: hue angle of 219.53º degrees, saturation: 0.54, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #86A3DB is Cyan = 0.39, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 134 163 219 -
CMYK 0.39 0.26 0 0.14
HSL 219.53º 0.54% 0.69% -
HSV(B) 219.53º 0.39% 0.86% -
XYZ 35.71 36.38 72.16 -
YUV 160.71 160.89 108.95 -
System Red Green Blue C M Y K H S L
Decimal 134 163 219 0.39 0.26 0 0.14 219.53 0.54 0.69
Hex 86 A3 DB 27 1A 0 E DC 36 45
Octal 206 243 333 47 32 0 16 334 66 105
Binary 10000110 10100011 11011011 100111 11010 0 1110 11011100 110110 1000101

Color Harmonies of #86A3DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86A3DB

Black with #86A3DB

Text Example


Text Example

White with #86A3DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(134,163,219); }

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

background-color css

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

 a { background-color: rgb(134,163,219); }

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

border-color css

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

 span { border-color: rgb(134,163,219); }

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