#808DEB

Color #808DEB Portage (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Portage #808DEB

Tints of Portage #808DEB

Color information

#808DEB (or 0x808DEB) is unknown color: approx Portage. HEX triplet: 80, 8D and EB. RGB value is (128,141,235). Sum of RGB (Red+Green+Blue) = 128+141+235=504 (66% of max value = 765). Red value is 128 (50.39% from 255 or 25.40% from 504); Green value is 141 (55.47% from 255 or 27.98% from 504); Blue value is 235 (92.19% from 255 or 46.63% from 504); Max value from RGB is 235 - color contains mainly: blue. Hex color #808DEB is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #808DEB is #7F7214. Grayscale: #939393. Windows color (decimal): -8352277 or 15437184. OLE color: 15437184.

HSL color Cylindrical-coordinate representation of color #808DEB: hue angle of 232.71º degrees, saturation: 0.73, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #808DEB is Cyan = 0.46, Magento = 0.4, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB128141235-
CMYK0.460.400.08
HSL232.71º72.79%71.18%-
HSV(B)232.71º45.53%92.16%-
XYZ33.4229.6482.56-
YUV147.83177.19113.86-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 25.40%
GREEN value IS 141 (55.47% from 255) = 27.98%
BLUE value IS 235 (92.19% from 255) = 46.63%
R=25.40%
G=27.98%
B=46.63%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.4
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1281412350.460.400.08232.7172.7971.18
Hex808DEB2E2808e94947
Octal2002153535650010351111107
Binary100000001000110111101011101110101000010001110100110010011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #808DEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #808DEB;
 }
 .AnyTagClassName
 {
   color: #808DEB;
 }
</style>
background-color css

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

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

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

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

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

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