#8587DD

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

Shades of Portage #8587DD

Tints of Portage #8587DD

Color information

#8587DD (or 0x8587DD) is unknown color: approx Portage. HEX triplet: 85, 87 and DD. RGB value is (133,135,221). Sum of RGB (Red+Green+Blue) = 133+135+221=489 (64% of max value = 765). Red value is 133 (52.34% from 255 or 27.20% from 489); Green value is 135 (53.12% from 255 or 27.61% from 489); Blue value is 221 (86.72% from 255 or 45.19% from 489); Max value from RGB is 221 - color contains mainly: blue. Hex color #8587DD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8587DD is #7A7822. Grayscale: #8F8F8F. Windows color (decimal): -8026147 or 14518149. OLE color: 14518149.

HSL color Cylindrical-coordinate representation of color #8587DD: hue angle of 238.64º degrees, saturation: 0.56, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #8587DD is Cyan = 0.40, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB133135221-
CMYK0.400.3900.13
HSL238.64º56.41%69.41%-
HSV(B)238.64º39.82%86.67%-
XYZ31.3927.5372.07-
YUV144.21171.34120.01-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 27.20%
GREEN value IS 135 (53.12% from 255) = 27.61%
BLUE value IS 221 (86.72% from 255) = 45.19%
R=27.20%
G=27.61%
B=45.19%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1331352210.400.3900.13238.6456.4169.41
Hex8587DD28270Def3845
Octal205207335504701535770105
Binary10000101100001111101110110100010011101101111011111110001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8587DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8587DD; }

 p { color: rgb(133,135,221); }

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

<style>
 a { background-color: #8587DD; }

 a { background-color: rgb(133,135,221); }

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

<style>
 span { border-color: #8587DD; }

 span { border-color: rgb(133,135,221); }

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