#8485D9

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

Shades of Portage #8485D9

Tints of Portage #8485D9

Color information

#8485D9 (or 0x8485D9) is unknown color: approx Portage. HEX triplet: 84, 85 and D9. RGB value is (132,133,217). Sum of RGB (Red+Green+Blue) = 132+133+217=482 (63% of max value = 765). Red value is 132 (51.95% from 255 or 27.39% from 482); Green value is 133 (52.34% from 255 or 27.59% from 482); Blue value is 217 (85.16% from 255 or 45.02% from 482); Max value from RGB is 217 - color contains mainly: blue. Hex color #8485D9 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8485D9 is #7B7A26. Grayscale: #8D8D8D. Windows color (decimal): -8092199 or 14255492. OLE color: 14255492.

HSL color Cylindrical-coordinate representation of color #8485D9: hue angle of 239.29º degrees, saturation: 0.53, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #8485D9 is Cyan = 0.39, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB132133217-
CMYK0.390.3900.15
HSL239.29º52.8%68.43%-
HSV(B)239.29º39.17%85.1%-
XYZ30.4326.6969.19-
YUV142.28170.17120.67-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 27.39%
GREEN value IS 133 (52.34% from 255) = 27.59%
BLUE value IS 217 (85.16% from 255) = 45.02%
R=27.39%
G=27.59%
B=45.02%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1321332170.390.3900.15239.2952.868.43
Hex8485D927270Fef3544
Octal204205331474701735765104
Binary10000100100001011101100110011110011101111111011111101011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8485D9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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