#8286DB

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

Shades of Portage #8286DB

Tints of Portage #8286DB

Color information

#8286DB (or 0x8286DB) is unknown color: approx Portage. HEX triplet: 82, 86 and DB. RGB value is (130,134,219). Sum of RGB (Red+Green+Blue) = 130+134+219=483 (63% of max value = 765). Red value is 130 (51.17% from 255 or 26.92% from 483); Green value is 134 (52.73% from 255 or 27.74% from 483); Blue value is 219 (85.94% from 255 or 45.34% from 483); Max value from RGB is 219 - color contains mainly: blue. Hex color #8286DB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8286DB is #7D7924. Grayscale: #8E8E8E. Windows color (decimal): -8223013 or 14386818. OLE color: 14386818.

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

Color convert

RGB130134219-
CMYK0.410.3900.14
HSL237.3º55.28%68.43%-
HSV(B)237.3º40.64%85.88%-
XYZ30.5226.9170.6-
YUV142.49171.17119.09-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 26.92%
GREEN value IS 134 (52.73% from 255) = 27.74%
BLUE value IS 219 (85.94% from 255) = 45.34%
R=26.92%
G=27.74%
B=45.34%

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
Decimal1301342190.410.3900.14237.355.2868.43
Hex8286DB29270Eed3744
Octal202206333514701635567104
Binary10000010100001101101101110100110011101110111011011101111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8286DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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