#8486D7

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

Shades of Portage #8486D7

Tints of Portage #8486D7

Color information

#8486D7 (or 0x8486D7) is unknown color: approx Portage. HEX triplet: 84, 86 and D7. RGB value is (132,134,215). Sum of RGB (Red+Green+Blue) = 132+134+215=481 (63% of max value = 765). Red value is 132 (51.95% from 255 or 27.44% from 481); Green value is 134 (52.73% from 255 or 27.86% from 481); Blue value is 215 (84.38% from 255 or 44.70% from 481); Max value from RGB is 215 - color contains mainly: blue. Hex color #8486D7 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8486D7 is #7B7928. Grayscale: #8E8E8E. Windows color (decimal): -8091945 or 14124676. OLE color: 14124676.

HSL color Cylindrical-coordinate representation of color #8486D7: hue angle of 238.55º degrees, saturation: 0.51, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #8486D7 is Cyan = 0.39, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB132134215-
CMYK0.390.3800.16
HSL238.55º50.92%68.04%-
HSV(B)238.55º38.6%84.31%-
XYZ30.3126.8667.88-
YUV142.64168.84120.41-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 27.44%
GREEN value IS 134 (52.73% from 255) = 27.86%
BLUE value IS 215 (84.38% from 255) = 44.70%
R=27.44%
G=27.86%
B=44.70%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1321342150.390.3800.16238.5550.9268.04
Hex8486D72726010ef3344
Octal204206327474602035763104
Binary100001001000011011010111100111100110010000111011111100111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8486D7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8486D7; }

 p { color: rgb(132,134,215); }

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

<style>
 a { background-color: #8486D7; }

 a { background-color: rgb(132,134,215); }

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

<style>
 span { border-color: #8486D7; }

 span { border-color: rgb(132,134,215); }

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