#8586DB

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

Shades of Portage #8586DB

Tints of Portage #8586DB

Color information

#8586DB (or 0x8586DB) is unknown color: approx Portage. HEX triplet: 85, 86 and DB. RGB value is (133,134,219). Sum of RGB (Red+Green+Blue) = 133+134+219=486 (64% of max value = 765). Red value is 133 (52.34% from 255 or 27.37% from 486); Green value is 134 (52.73% from 255 or 27.57% from 486); Blue value is 219 (85.94% from 255 or 45.06% from 486); Max value from RGB is 219 - color contains mainly: blue. Hex color #8586DB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8586DB is #7A7924. Grayscale: #8F8F8F. Windows color (decimal): -8026405 or 14386821. OLE color: 14386821.

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

Color convert

RGB133134219-
CMYK0.390.3900.14
HSL239.3º54.43%69.02%-
HSV(B)239.3º39.27%85.88%-
XYZ30.9827.1570.63-
YUV143.39170.67120.59-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 27.37%
GREEN value IS 134 (52.73% from 255) = 27.57%
BLUE value IS 219 (85.94% from 255) = 45.06%
R=27.37%
G=27.57%
B=45.06%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1331342190.390.3900.14239.354.4369.02
Hex8586DB27270Eef3645
Octal205206333474701635766105
Binary10000101100001101101101110011110011101110111011111101101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8586DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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