Html Css Color HEX #8086DB Portage

📋 copy color: '#8086DB'

red 128 ◦ green 134 ◦ blue 219

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

Shades of Portage #8086DB

Tints of Portage #8086DB

RGB

 RED value IS 128 (50.39% from 255) = 26.61%

 GREEN value IS 134 (52.73% from 255) = 27.86%

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

R = 26.61%
G = 27.86%
B = 45.53%

CMYK

 C value IS 0.42

 M value IS 0.39

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#8086DB (or 0x8086DB) is known color: Portage. HEX triplet: 80, 86 and DB. RGB value is (128,134,219). Sum of RGB (Red+Green+Blue) = 128+134+219=481 (63% of max value = 765). Red value is 128 (50.39% from 255 or 26.61% from 481); Green value is 134 (52.73% from 255 or 27.86% from 481); Blue value is 219 (85.94% from 255 or 45.53% from 481); Max value from RGB is 219 - color contains mainly: blue. Hex color #8086DB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8086DB is #7F7924. Grayscale: #8D8D8D. Windows color (decimal): -8354085 or 14386816. OLE color: 14386816.

HSL color Cylindrical-coordinate representation of color #8086DB: hue angle of 236.04º degrees, saturation: 0.56, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #8086DB is Cyan = 0.42, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 128 134 219 -
CMYK 0.42 0.39 0 0.14
HSL 236.04º 0.56% 0.68% -
HSV(B) 236.04º 0.42% 0.86% -
XYZ 30.21 26.75 70.59 -
YUV 141.9 171.51 118.09 -
System Red Green Blue C M Y K H S L
Decimal 128 134 219 0.42 0.39 0 0.14 236.04 0.56 0.68
Hex 80 86 DB 2A 27 0 E EC 38 44
Octal 200 206 333 52 47 0 16 354 70 104
Binary 10000000 10000110 11011011 101010 100111 0 1110 11101100 111000 1000100

Color Harmonies of #8086DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8086DB

Black with #8086DB

Text Example


Text Example

White with #8086DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8086DB; }

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

 H1.HeaderClassName
 {
   color: #8086DB;
 }
 .AnyTagClassName
 {
   color: #8086DB;
 }
</style>

background-color css

<style>
 a { background-color: #8086DB; }

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

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

border-color css

<style>
 span { border-color: #8086DB; }

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

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