#8485DF

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

Shades of Portage #8485DF

Tints of Portage #8485DF

Color information

#8485DF (or 0x8485DF) is unknown color: approx Portage. HEX triplet: 84, 85 and DF. RGB value is (132,133,223). Sum of RGB (Red+Green+Blue) = 132+133+223=488 (64% of max value = 765). Red value is 132 (51.95% from 255 or 27.05% from 488); Green value is 133 (52.34% from 255 or 27.25% from 488); Blue value is 223 (87.5% from 255 or 45.70% from 488); Max value from RGB is 223 - color contains mainly: blue. Hex color #8485DF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8485DF is #7B7A20. Grayscale: #8E8E8E. Windows color (decimal): -8092193 or 14648708. OLE color: 14648708.

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

Color convert

RGB132133223-
CMYK0.410.4000.13
HSL239.34º58.71%69.61%-
HSV(B)239.34º40.81%87.45%-
XYZ31.2227.0173.38-
YUV142.96173.17120.18-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 27.05%
GREEN value IS 133 (52.34% from 255) = 27.25%
BLUE value IS 223 (87.5% from 255) = 45.70%
R=27.05%
G=27.25%
B=45.70%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1321332230.410.4000.13239.3458.7169.61
Hex8485DF29280Def3b46
Octal204205337515001535773106
Binary10000100100001011101111110100110100001101111011111110111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8485DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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