#808AEA

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

Shades of Portage #808AEA

Tints of Portage #808AEA

Color information

#808AEA (or 0x808AEA) is unknown color: approx Portage. HEX triplet: 80, 8A and EA. RGB value is (128,138,234). Sum of RGB (Red+Green+Blue) = 128+138+234=500 (66% of max value = 765). Red value is 128 (50.39% from 255 or 25.6% from 500); Green value is 138 (54.30% from 255 or 27.6% from 500); Blue value is 234 (91.80% from 255 or 46.8% from 500); Max value from RGB is 234 - color contains mainly: blue. Hex color #808AEA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #808AEA is #7F7515. Grayscale: #919191. Windows color (decimal): -8353046 or 15370880. OLE color: 15370880.

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

Color convert

RGB128138234-
CMYK0.450.4100.08
HSL234.34º71.62%70.98%-
HSV(B)234.34º45.3%91.76%-
XYZ32.8428.7181.65-
YUV145.95177.69115.19-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 25.6%
GREEN value IS 138 (54.30% from 255) = 27.6%
BLUE value IS 234 (91.80% from 255) = 46.8%
R=25.6%
G=27.6%
B=46.8%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1281382340.450.4100.08234.3471.6270.98
Hex808AEA2D2908ea4847
Octal2002123525551010352110107
Binary100000001000101011101010101101101001010001110101010010001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #808AEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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