Html Css Color HEX #86A0DB Portage

📋 copy color: '#86A0DB'

red 134 ◦ green 160 ◦ blue 219

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

Shades of Portage #86A0DB

Tints of Portage #86A0DB

RGB

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

 GREEN value IS 160 (62.89% from 255) = 31.19%

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

R = 26.12%
G = 31.19%
B = 42.69%

CMYK

 C value IS 0.39

 M value IS 0.27

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#86A0DB (or 0x86A0DB) is known color: Portage. HEX triplet: 86, A0 and DB. RGB value is (134,160,219). Sum of RGB (Red+Green+Blue) = 134+160+219=513 (67% of max value = 765). Red value is 134 (52.73% from 255 or 26.12% from 513); Green value is 160 (62.89% from 255 or 31.19% from 513); Blue value is 219 (85.94% from 255 or 42.69% from 513); Max value from RGB is 219 - color contains mainly: blue. Hex color #86A0DB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #86A0DB is #795F24. Grayscale: #9E9E9E. Windows color (decimal): -7954213 or 14393478. OLE color: 14393478.

HSL color Cylindrical-coordinate representation of color #86A0DB: hue angle of 221.65º 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 #86A0DB is Cyan = 0.39, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 134 160 219 -
CMYK 0.39 0.27 0 0.14
HSL 221.65º 0.54% 0.69% -
HSV(B) 221.65º 0.39% 0.86% -
XYZ 35.19 35.32 71.98 -
YUV 158.95 161.89 110.2 -
System Red Green Blue C M Y K H S L
Decimal 134 160 219 0.39 0.27 0 0.14 221.65 0.54 0.69
Hex 86 A0 DB 27 1B 0 E DE 36 45
Octal 206 240 333 47 33 0 16 336 66 105
Binary 10000110 10100000 11011011 100111 11011 0 1110 11011110 110110 1000101

Color Harmonies of #86A0DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86A0DB

Black with #86A0DB

Text Example


Text Example

White with #86A0DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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