#8286DC

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

Shades of Portage #8286DC

Tints of Portage #8286DC

Color information

#8286DC (or 0x8286DC) is unknown color: approx Portage. HEX triplet: 82, 86 and DC. RGB value is (130,134,220). Sum of RGB (Red+Green+Blue) = 130+134+220=484 (64% of max value = 765). Red value is 130 (51.17% from 255 or 26.86% from 484); Green value is 134 (52.73% from 255 or 27.69% from 484); Blue value is 220 (86.33% from 255 or 45.45% from 484); Max value from RGB is 220 - color contains mainly: blue. Hex color #8286DC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8286DC is #7D7923. Grayscale: #8E8E8E. Windows color (decimal): -8223012 or 14452354. OLE color: 14452354.

HSL color Cylindrical-coordinate representation of color #8286DC: hue angle of 237.33º degrees, saturation: 0.56, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #8286DC is Cyan = 0.41, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB130134220-
CMYK0.410.3900.14
HSL237.33º56.25%68.63%-
HSV(B)237.33º40.91%86.27%-
XYZ30.6526.9671.3-
YUV142.61171.67119.01-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 26.86%
GREEN value IS 134 (52.73% from 255) = 27.69%
BLUE value IS 220 (86.33% from 255) = 45.45%
R=26.86%
G=27.69%
B=45.45%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1301342200.410.3900.14237.3356.2568.63
Hex8286DC29270Eed3845
Octal202206334514701635570105
Binary10000010100001101101110010100110011101110111011011110001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8286DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8286DC; }

 p { color: rgb(130,134,220); }

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

<style>
 a { background-color: #8286DC; }

 a { background-color: rgb(130,134,220); }

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

<style>
 span { border-color: #8286DC; }

 span { border-color: rgb(130,134,220); }

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