Html Css Color HEX #808DE8 Portage

📋 copy color: '#808DE8'

red 128 ◦ green 141 ◦ blue 232

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

Shades of Portage #808DE8

Tints of Portage #808DE8

RGB

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

 GREEN value IS 141 (55.47% from 255) = 28.14%

 BLUE value IS 232 (91.02% from 255) = 46.31%

R = 25.55%
G = 28.14%
B = 46.31%

CMYK

 C value IS 0.45

 M value IS 0.39

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#808DE8 (or 0x808DE8) is known color: Portage. HEX triplet: 80, 8D and E8. RGB value is (128,141,232). Sum of RGB (Red+Green+Blue) = 128+141+232=501 (66% of max value = 765). Red value is 128 (50.39% from 255 or 25.55% from 501); Green value is 141 (55.47% from 255 or 28.14% from 501); Blue value is 232 (91.02% from 255 or 46.31% from 501); Max value from RGB is 232 - color contains mainly: blue. Hex color #808DE8 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #808DE8 is #7F7217. Grayscale: #939393. Windows color (decimal): -8352280 or 15240576. OLE color: 15240576.

HSL color Cylindrical-coordinate representation of color #808DE8: hue angle of 232.5º degrees, saturation: 0.69, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #808DE8 is Cyan = 0.45, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 128 141 232 -
CMYK 0.45 0.39 0 0.09
HSL 232.5º 0.69% 0.71% -
HSV(B) 232.5º 0.45% 0.91% -
XYZ 32.99 29.47 80.29 -
YUV 147.49 175.69 114.1 -
System Red Green Blue C M Y K H S L
Decimal 128 141 232 0.45 0.39 0 0.09 232.5 0.69 0.71
Hex 80 8D E8 2D 27 0 9 E8 45 47
Octal 200 215 350 55 47 0 11 350 105 107
Binary 10000000 10001101 11101000 101101 100111 0 1001 11101000 1000101 1000111

Color Harmonies of #808DE8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #808DE8

Black with #808DE8

Text Example


Text Example

White with #808DE8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(128,141,232); }

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

background-color css

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

 a { background-color: rgb(128,141,232); }

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

border-color css

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

 span { border-color: rgb(128,141,232); }

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