#8486DD

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

Shades of Portage #8486DD

Tints of Portage #8486DD

Color information

#8486DD (or 0x8486DD) is unknown color: approx Portage. HEX triplet: 84, 86 and DD. RGB value is (132,134,221). Sum of RGB (Red+Green+Blue) = 132+134+221=487 (64% of max value = 765). Red value is 132 (51.95% from 255 or 27.10% from 487); Green value is 134 (52.73% from 255 or 27.52% from 487); Blue value is 221 (86.72% from 255 or 45.38% from 487); Max value from RGB is 221 - color contains mainly: blue. Hex color #8486DD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8486DD is #7B7922. Grayscale: #8E8E8E. Windows color (decimal): -8091939 or 14517892. OLE color: 14517892.

HSL color Cylindrical-coordinate representation of color #8486DD: hue angle of 238.65º degrees, saturation: 0.57, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #8486DD is Cyan = 0.40, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB132134221-
CMYK0.400.3900.13
HSL238.65º56.69%69.22%-
HSV(B)238.65º40.27%86.67%-
XYZ31.0927.1872.01-
YUV143.32171.84119.93-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 27.10%
GREEN value IS 134 (52.73% from 255) = 27.52%
BLUE value IS 221 (86.72% from 255) = 45.38%
R=27.10%
G=27.52%
B=45.38%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1321342210.400.3900.13238.6556.6969.22
Hex8486DD28270Def3945
Octal204206335504701535771105
Binary10000100100001101101110110100010011101101111011111110011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8486DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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