Html Css Color HEX #808EDB Portage

📋 copy color: '#808EDB'

red 128 ◦ green 142 ◦ blue 219

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

Shades of Portage #808EDB

Tints of Portage #808EDB

RGB

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

 GREEN value IS 142 (55.86% from 255) = 29.04%

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

R = 26.18%
G = 29.04%
B = 44.79%

CMYK

 C value IS 0.42

 M value IS 0.35

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#808EDB (or 0x808EDB) is known color: Portage. HEX triplet: 80, 8E and DB. RGB value is (128,142,219). Sum of RGB (Red+Green+Blue) = 128+142+219=489 (64% of max value = 765). Red value is 128 (50.39% from 255 or 26.18% from 489); Green value is 142 (55.86% from 255 or 29.04% from 489); Blue value is 219 (85.94% from 255 or 44.79% from 489); Max value from RGB is 219 - color contains mainly: blue. Hex color #808EDB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #808EDB is #7F7124. Grayscale: #929292. Windows color (decimal): -8352037 or 14388864. OLE color: 14388864.

HSL color Cylindrical-coordinate representation of color #808EDB: hue angle of 230.77º 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 #808EDB is Cyan = 0.42, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 128 142 219 -
CMYK 0.42 0.35 0 0.14
HSL 230.77º 0.56% 0.68% -
HSV(B) 230.77º 0.42% 0.86% -
XYZ 31.36 29.05 70.97 -
YUV 146.59 168.86 114.74 -
System Red Green Blue C M Y K H S L
Decimal 128 142 219 0.42 0.35 0 0.14 230.77 0.56 0.68
Hex 80 8E DB 2A 23 0 E E7 38 44
Octal 200 216 333 52 43 0 16 347 70 104
Binary 10000000 10001110 11011011 101010 100011 0 1110 11100111 111000 1000100

Color Harmonies of #808EDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #808EDB

Black with #808EDB

Text Example


Text Example

White with #808EDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #808EDB; }

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

 H1.HeaderClassName
 {
   color: #808EDB;
 }
 .AnyTagClassName
 {
   color: #808EDB;
 }
</style>

background-color css

<style>
 a { background-color: #808EDB; }

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

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

border-color css

<style>
 span { border-color: #808EDB; }

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

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