#8085DF

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

Shades of Portage #8085DF

Tints of Portage #8085DF

Color information

#8085DF (or 0x8085DF) is unknown color: approx Portage. HEX triplet: 80, 85 and DF. RGB value is (128,133,223). Sum of RGB (Red+Green+Blue) = 128+133+223=484 (64% of max value = 765). Red value is 128 (50.39% from 255 or 26.45% from 484); Green value is 133 (52.34% from 255 or 27.48% from 484); Blue value is 223 (87.5% from 255 or 46.07% from 484); Max value from RGB is 223 - color contains mainly: blue. Hex color #8085DF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8085DF is #7F7A20. Grayscale: #8D8D8D. Windows color (decimal): -8354337 or 14648704. OLE color: 14648704.

HSL color Cylindrical-coordinate representation of color #8085DF: hue angle of 236.84º 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 #8085DF is Cyan = 0.43, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB128133223-
CMYK0.430.4000.13
HSL236.84º59.75%68.82%-
HSV(B)236.84º42.6%87.45%-
XYZ30.6126.6973.35-
YUV141.76173.84118.18-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 26.45%
GREEN value IS 133 (52.34% from 255) = 27.48%
BLUE value IS 223 (87.5% from 255) = 46.07%
R=26.45%
G=27.48%
B=46.07%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1281332230.430.4000.13236.8459.7568.82
Hex8085DF2B280Ded3c45
Octal200205337535001535574105
Binary10000000100001011101111110101110100001101111011011111001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8085DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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