#8486DF

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

Shades of Portage #8486DF

Tints of Portage #8486DF

Color information

#8486DF (or 0x8486DF) is unknown color: approx Portage. HEX triplet: 84, 86 and DF. RGB value is (132,134,223). Sum of RGB (Red+Green+Blue) = 132+134+223=489 (64% of max value = 765). Red value is 132 (51.95% from 255 or 26.99% from 489); Green value is 134 (52.73% from 255 or 27.40% from 489); Blue value is 223 (87.5% from 255 or 45.60% from 489); Max value from RGB is 223 - color contains mainly: blue. Hex color #8486DF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8486DF is #7B7920. Grayscale: #8F8F8F. Windows color (decimal): -8091937 or 14648964. OLE color: 14648964.

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

Color convert

RGB132134223-
CMYK0.410.4000.13
HSL238.68º58.71%69.61%-
HSV(B)238.68º40.81%87.45%-
XYZ31.3627.2873.43-
YUV143.55172.84119.76-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 26.99%
GREEN value IS 134 (52.73% from 255) = 27.40%
BLUE value IS 223 (87.5% from 255) = 45.60%
R=26.99%
G=27.40%
B=45.60%

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
Decimal1321342230.410.4000.13238.6858.7169.61
Hex8486DF29280Def3b46
Octal204206337515001535773106
Binary10000100100001101101111110100110100001101111011111110111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8486DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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