#808CEE

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

Shades of Portage #808CEE

Tints of Portage #808CEE

Color information

#808CEE (or 0x808CEE) is unknown color: approx Portage. HEX triplet: 80, 8C and EE. RGB value is (128,140,238). Sum of RGB (Red+Green+Blue) = 128+140+238=506 (67% of max value = 765). Red value is 128 (50.39% from 255 or 25.30% from 506); Green value is 140 (55.08% from 255 or 27.67% from 506); Blue value is 238 (93.36% from 255 or 47.04% from 506); Max value from RGB is 238 - color contains mainly: blue. Hex color #808CEE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #808CEE is #7F7311. Grayscale: #939393. Windows color (decimal): -8352530 or 15633536. OLE color: 15633536.

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

Color convert

RGB128140238-
CMYK0.460.4100.07
HSL233.45º76.39%71.76%-
HSV(B)233.45º46.22%93.33%-
XYZ33.7129.5284.81-
YUV147.58179.02114.03-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 25.30%
GREEN value IS 140 (55.08% from 255) = 27.67%
BLUE value IS 238 (93.36% from 255) = 47.04%
R=25.30%
G=27.67%
B=47.04%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1281402380.460.4100.07233.4576.3971.76
Hex808CEE2E2907e94c48
Octal200214356565107351114110
Binary10000000100011001110111010111010100101111110100110011001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #808CEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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