#808AE9

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

Shades of Portage #808AE9

Tints of Portage #808AE9

Color information

#808AE9 (or 0x808AE9) is unknown color: approx Portage. HEX triplet: 80, 8A and E9. RGB value is (128,138,233). Sum of RGB (Red+Green+Blue) = 128+138+233=499 (66% of max value = 765). Red value is 128 (50.39% from 255 or 25.65% from 499); Green value is 138 (54.30% from 255 or 27.66% from 499); Blue value is 233 (91.41% from 255 or 46.69% from 499); Max value from RGB is 233 - color contains mainly: blue. Hex color #808AE9 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #808AE9 is #7F7516. Grayscale: #919191. Windows color (decimal): -8353047 or 15305344. OLE color: 15305344.

HSL color Cylindrical-coordinate representation of color #808AE9: hue angle of 234.29º degrees, saturation: 0.7, 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 #808AE9 is Cyan = 0.45, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB128138233-
CMYK0.450.4100.09
HSL234.29º70.47%70.78%-
HSV(B)234.29º45.06%91.37%-
XYZ32.728.6580.9-
YUV145.84177.19115.28-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 25.65%
GREEN value IS 138 (54.30% from 255) = 27.66%
BLUE value IS 233 (91.41% from 255) = 46.69%
R=25.65%
G=27.66%
B=46.69%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1281382330.450.4100.09234.2970.4770.78
Hex808AE92D2909ea4647
Octal2002123515551011352106107
Binary100000001000101011101001101101101001010011110101010001101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #808AE9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(128,138,233); }

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

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

 a { background-color: rgb(128,138,233); }

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

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

 span { border-color: rgb(128,138,233); }

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