#8083DE

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

Shades of Portage #8083DE

Tints of Portage #8083DE

Color information

#8083DE (or 0x8083DE) is unknown color: approx Portage. HEX triplet: 80, 83 and DE. RGB value is (128,131,222). Sum of RGB (Red+Green+Blue) = 128+131+222=481 (63% of max value = 765). Red value is 128 (50.39% from 255 or 26.61% from 481); Green value is 131 (51.56% from 255 or 27.23% from 481); Blue value is 222 (87.11% from 255 or 46.15% from 481); Max value from RGB is 222 - color contains mainly: blue. Hex color #8083DE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8083DE is #7F7C21. Grayscale: #8C8C8C. Windows color (decimal): -8354850 or 14582656. OLE color: 14582656.

HSL color Cylindrical-coordinate representation of color #8083DE: hue angle of 238.09º degrees, saturation: 0.59, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #8083DE is Cyan = 0.42, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB128131222-
CMYK0.420.4100.13
HSL238.09º58.75%68.63%-
HSV(B)238.09º42.34%87.06%-
XYZ30.226.172.55-
YUV140.48174.01119.1-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 26.61%
GREEN value IS 131 (51.56% from 255) = 27.23%
BLUE value IS 222 (87.11% from 255) = 46.15%
R=26.61%
G=27.23%
B=46.15%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1281312220.420.4100.13238.0958.7568.63
Hex8083DE2A290Dee3b45
Octal200203336525101535673105
Binary10000000100000111101111010101010100101101111011101110111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8083DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8083DE; }

 p { color: rgb(128,131,222); }

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

<style>
 a { background-color: #8083DE; }

 a { background-color: rgb(128,131,222); }

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

<style>
 span { border-color: #8083DE; }

 span { border-color: rgb(128,131,222); }

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