#8085DD

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

Shades of Portage #8085DD

Tints of Portage #8085DD

Color information

#8085DD (or 0x8085DD) is unknown color: approx Portage. HEX triplet: 80, 85 and DD. RGB value is (128,133,221). Sum of RGB (Red+Green+Blue) = 128+133+221=482 (63% of max value = 765). Red value is 128 (50.39% from 255 or 26.56% from 482); Green value is 133 (52.34% from 255 or 27.59% from 482); Blue value is 221 (86.72% from 255 or 45.85% from 482); Max value from RGB is 221 - color contains mainly: blue. Hex color #8085DD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8085DD is #7F7A22. Grayscale: #8D8D8D. Windows color (decimal): -8354339 or 14517632. OLE color: 14517632.

HSL color Cylindrical-coordinate representation of color #8085DD: hue angle of 236.77º degrees, saturation: 0.58, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #8085DD is Cyan = 0.42, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB128133221-
CMYK0.420.4000.13
HSL236.77º57.76%68.43%-
HSV(B)236.77º42.08%86.67%-
XYZ30.3426.5871.94-
YUV141.54172.84118.34-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 26.56%
GREEN value IS 133 (52.34% from 255) = 27.59%
BLUE value IS 221 (86.72% from 255) = 45.85%
R=26.56%
G=27.59%
B=45.85%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1281332210.420.4000.13236.7757.7668.43
Hex8085DD2A280Ded3a44
Octal200205335525001535572104
Binary10000000100001011101110110101010100001101111011011110101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8085DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8085DD; }

 p { color: rgb(128,133,221); }

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

<style>
 a { background-color: #8085DD; }

 a { background-color: rgb(128,133,221); }

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

<style>
 span { border-color: #8085DD; }

 span { border-color: rgb(128,133,221); }

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