#808BEE

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

Shades of Portage #808BEE

Tints of Portage #808BEE

Color information

#808BEE (or 0x808BEE) is unknown color: approx Portage. HEX triplet: 80, 8B and EE. RGB value is (128,139,238). Sum of RGB (Red+Green+Blue) = 128+139+238=505 (66% of max value = 765). Red value is 128 (50.39% from 255 or 25.35% from 505); Green value is 139 (54.69% from 255 or 27.52% from 505); Blue value is 238 (93.36% from 255 or 47.13% from 505); Max value from RGB is 238 - color contains mainly: blue. Hex color #808BEE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #808BEE is #7F7411. Grayscale: #929292. Windows color (decimal): -8352786 or 15633280. OLE color: 15633280.

HSL color Cylindrical-coordinate representation of color #808BEE: hue angle of 234º degrees, saturation: 0.76, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #808BEE is Cyan = 0.46, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB128139238-
CMYK0.460.4200.07
HSL234º76.39%71.76%-
HSV(B)234º46.22%93.33%-
XYZ33.5729.2384.76-
YUV147179.36114.45-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 25.35%
GREEN value IS 139 (54.69% from 255) = 27.52%
BLUE value IS 238 (93.36% from 255) = 47.13%
R=25.35%
G=27.52%
B=47.13%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1281392380.460.4200.0723476.3971.76
Hex808BEE2E2A07ea4c48
Octal200213356565207352114110
Binary10000000100010111110111010111010101001111110101010011001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #808BEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(128,139,238); }

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

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

 a { background-color: rgb(128,139,238); }

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

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

 span { border-color: rgb(128,139,238); }

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