#8584DC

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

Shades of Portage #8584DC

Tints of Portage #8584DC

Color information

#8584DC (or 0x8584DC) is unknown color: approx Portage. HEX triplet: 85, 84 and DC. RGB value is (133,132,220). Sum of RGB (Red+Green+Blue) = 133+132+220=485 (64% of max value = 765). Red value is 133 (52.34% from 255 or 27.42% from 485); Green value is 132 (51.95% from 255 or 27.22% from 485); Blue value is 220 (86.33% from 255 or 45.36% from 485); Max value from RGB is 220 - color contains mainly: blue. Hex color #8584DC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8584DC is #7A7B23. Grayscale: #8D8D8D. Windows color (decimal): -8026916 or 14451845. OLE color: 14451845.

HSL color Cylindrical-coordinate representation of color #8584DC: hue angle of 240.68º degrees, saturation: 0.56, 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 #8584DC is Cyan = 0.40, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB133132220-
CMYK0.400.4000.14
HSL240.68º55.7%69.02%-
HSV(B)240.68º40%86.27%-
XYZ30.8426.6671.23-
YUV142.33171.83121.34-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 27.42%
GREEN value IS 132 (51.95% from 255) = 27.22%
BLUE value IS 220 (86.33% from 255) = 45.36%
R=27.42%
G=27.22%
B=45.36%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1331322200.400.4000.14240.6855.769.02
Hex8584DC28280Ef13845
Octal205204334505001636170105
Binary10000101100001001101110010100010100001110111100011110001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8584DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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