#808ADF

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

Shades of Portage #808ADF

Tints of Portage #808ADF

Color information

#808ADF (or 0x808ADF) is unknown color: approx Portage. HEX triplet: 80, 8A and DF. RGB value is (128,138,223). Sum of RGB (Red+Green+Blue) = 128+138+223=489 (64% of max value = 765). Red value is 128 (50.39% from 255 or 26.18% from 489); Green value is 138 (54.30% from 255 or 28.22% from 489); Blue value is 223 (87.5% from 255 or 45.60% from 489); Max value from RGB is 223 - color contains mainly: blue. Hex color #808ADF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #808ADF is #7F7520. Grayscale: #909090. Windows color (decimal): -8353057 or 14649984. OLE color: 14649984.

HSL color Cylindrical-coordinate representation of color #808ADF: hue angle of 233.68º degrees, saturation: 0.6, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #808ADF is Cyan = 0.43, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB128138223-
CMYK0.430.3800.13
HSL233.68º59.75%68.82%-
HSV(B)233.68º42.6%87.45%-
XYZ31.3128.0973.58-
YUV144.7172.19116.09-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 26.18%
GREEN value IS 138 (54.30% from 255) = 28.22%
BLUE value IS 223 (87.5% from 255) = 45.60%
R=26.18%
G=28.22%
B=45.60%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1281382230.430.3800.13233.6859.7568.82
Hex808ADF2B260Dea3c45
Octal200212337534601535274105
Binary10000000100010101101111110101110011001101111010101111001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #808ADF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(128,138,223); }

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

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

 a { background-color: rgb(128,138,223); }

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

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

 span { border-color: rgb(128,138,223); }

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