#8083DC

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

Shades of Portage #8083DC

Tints of Portage #8083DC

Color information

#8083DC (or 0x8083DC) is unknown color: approx Portage. HEX triplet: 80, 83 and DC. RGB value is (128,131,220). Sum of RGB (Red+Green+Blue) = 128+131+220=479 (63% of max value = 765). Red value is 128 (50.39% from 255 or 26.72% from 479); Green value is 131 (51.56% from 255 or 27.35% from 479); Blue value is 220 (86.33% from 255 or 45.93% from 479); Max value from RGB is 220 - color contains mainly: blue. Hex color #8083DC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8083DC is #7F7C23. Grayscale: #8B8B8B. Windows color (decimal): -8354852 or 14451584. OLE color: 14451584.

HSL color Cylindrical-coordinate representation of color #8083DC: hue angle of 238.04º degrees, saturation: 0.57, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #8083DC is Cyan = 0.42, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB128131220-
CMYK0.420.4000.14
HSL238.04º56.79%68.24%-
HSV(B)238.04º41.82%86.27%-
XYZ29.9425.9971.15-
YUV140.25173.01119.26-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 26.72%
GREEN value IS 131 (51.56% from 255) = 27.35%
BLUE value IS 220 (86.33% from 255) = 45.93%
R=26.72%
G=27.35%
B=45.93%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1281312200.420.4000.14238.0456.7968.24
Hex8083DC2A280Eee3944
Octal200203334525001635671104
Binary10000000100000111101110010101010100001110111011101110011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8083DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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