#8586DC

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

Shades of Portage #8586DC

Tints of Portage #8586DC

Color information

#8586DC (or 0x8586DC) is unknown color: approx Portage. HEX triplet: 85, 86 and DC. RGB value is (133,134,220). Sum of RGB (Red+Green+Blue) = 133+134+220=487 (64% of max value = 765). Red value is 133 (52.34% from 255 or 27.31% from 487); Green value is 134 (52.73% from 255 or 27.52% from 487); Blue value is 220 (86.33% from 255 or 45.17% from 487); Max value from RGB is 220 - color contains mainly: blue. Hex color #8586DC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8586DC is #7A7923. Grayscale: #8F8F8F. Windows color (decimal): -8026404 or 14452357. OLE color: 14452357.

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

Color convert

RGB133134220-
CMYK0.400.3900.14
HSL239.31º55.41%69.22%-
HSV(B)239.31º39.55%86.27%-
XYZ31.1227.271.32-
YUV143.5171.17120.51-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 27.31%
GREEN value IS 134 (52.73% from 255) = 27.52%
BLUE value IS 220 (86.33% from 255) = 45.17%
R=27.31%
G=27.52%
B=45.17%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1331342200.400.3900.14239.3155.4169.22
Hex8586DC28270Eef3745
Octal205206334504701635767105
Binary10000101100001101101110010100010011101110111011111101111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8586DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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