#808AE7

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

Shades of Portage #808AE7

Tints of Portage #808AE7

Color information

#808AE7 (or 0x808AE7) is unknown color: approx Portage. HEX triplet: 80, 8A and E7. RGB value is (128,138,231). Sum of RGB (Red+Green+Blue) = 128+138+231=497 (65% of max value = 765). Red value is 128 (50.39% from 255 or 25.75% from 497); Green value is 138 (54.30% from 255 or 27.77% from 497); Blue value is 231 (90.62% from 255 or 46.48% from 497); Max value from RGB is 231 - color contains mainly: blue. Hex color #808AE7 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #808AE7 is #7F7518. Grayscale: #919191. Windows color (decimal): -8353049 or 15174272. OLE color: 15174272.

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

Color convert

RGB128138231-
CMYK0.450.4000.09
HSL234.17º68.21%70.39%-
HSV(B)234.17º44.59%90.59%-
XYZ32.4128.5479.4-
YUV145.61176.19115.44-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 25.75%
GREEN value IS 138 (54.30% from 255) = 27.77%
BLUE value IS 231 (90.62% from 255) = 46.48%
R=25.75%
G=27.77%
B=46.48%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1281382310.450.4000.09234.1768.2170.39
Hex808AE72D2809ea4446
Octal2002123475550011352104106
Binary100000001000101011100111101101101000010011110101010001001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #808AE7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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