#8589DD

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

Shades of Portage #8589DD

Tints of Portage #8589DD

Color information

#8589DD (or 0x8589DD) is unknown color: approx Portage. HEX triplet: 85, 89 and DD. RGB value is (133,137,221). Sum of RGB (Red+Green+Blue) = 133+137+221=491 (65% of max value = 765). Red value is 133 (52.34% from 255 or 27.09% from 491); Green value is 137 (53.91% from 255 or 27.90% from 491); Blue value is 221 (86.72% from 255 or 45.01% from 491); Max value from RGB is 221 - color contains mainly: blue. Hex color #8589DD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8589DD is #7A7622. Grayscale: #919191. Windows color (decimal): -8025635 or 14518661. OLE color: 14518661.

HSL color Cylindrical-coordinate representation of color #8589DD: hue angle of 237.27º 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 #8589DD is Cyan = 0.40, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB133137221-
CMYK0.400.3800.13
HSL237.27º56.41%69.41%-
HSV(B)237.27º39.82%86.67%-
XYZ31.6728.172.16-
YUV145.38170.67119.17-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 27.09%
GREEN value IS 137 (53.91% from 255) = 27.90%
BLUE value IS 221 (86.72% from 255) = 45.01%
R=27.09%
G=27.90%
B=45.01%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1331372210.400.3800.13237.2756.4169.41
Hex8589DD28260Ded3845
Octal205211335504601535570105
Binary10000101100010011101110110100010011001101111011011110001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8589DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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