#808FEE

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

Shades of Portage #808FEE

Tints of Portage #808FEE

Color information

#808FEE (or 0x808FEE) is unknown color: approx Portage. HEX triplet: 80, 8F and EE. RGB value is (128,143,238). Sum of RGB (Red+Green+Blue) = 128+143+238=509 (67% of max value = 765). Red value is 128 (50.39% from 255 or 25.15% from 509); Green value is 143 (56.25% from 255 or 28.09% from 509); Blue value is 238 (93.36% from 255 or 46.76% from 509); Max value from RGB is 238 - color contains mainly: blue. Hex color #808FEE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #808FEE is #7F7011. Grayscale: #949494. Windows color (decimal): -8351762 or 15634304. OLE color: 15634304.

HSL color Cylindrical-coordinate representation of color #808FEE: hue angle of 231.82º 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 #808FEE is Cyan = 0.46, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB128143238-
CMYK0.460.4000.07
HSL231.82º76.39%71.76%-
HSV(B)231.82º46.22%93.33%-
XYZ34.1630.4184.96-
YUV149.34178.03112.78-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 25.15%
GREEN value IS 143 (56.25% from 255) = 28.09%
BLUE value IS 238 (93.36% from 255) = 46.76%
R=25.15%
G=28.09%
B=46.76%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1281432380.460.4000.07231.8276.3971.76
Hex808FEE2E2807e84c48
Octal200217356565007350114110
Binary10000000100011111110111010111010100001111110100010011001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #808FEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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