#8593DD

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

Shades of Portage #8593DD

Tints of Portage #8593DD

Color information

#8593DD (or 0x8593DD) is unknown color: approx Portage. HEX triplet: 85, 93 and DD. RGB value is (133,147,221). Sum of RGB (Red+Green+Blue) = 133+147+221=501 (66% of max value = 765). Red value is 133 (52.34% from 255 or 26.55% from 501); Green value is 147 (57.81% from 255 or 29.34% from 501); Blue value is 221 (86.72% from 255 or 44.11% from 501); Max value from RGB is 221 - color contains mainly: blue. Hex color #8593DD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8593DD is #7A6C22. Grayscale: #969696. Windows color (decimal): -8023075 or 14521221. OLE color: 14521221.

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

Color convert

RGB133147221-
CMYK0.400.3300.13
HSL230.45º56.41%69.41%-
HSV(B)230.45º39.82%86.67%-
XYZ33.1631.0772.66-
YUV151.25167.36114.98-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 26.55%
GREEN value IS 147 (57.81% from 255) = 29.34%
BLUE value IS 221 (86.72% from 255) = 44.11%
R=26.55%
G=29.34%
B=44.11%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1331472210.400.3300.13230.4556.4169.41
Hex8593DD28210De63845
Octal205223335504101534670105
Binary10000101100100111101110110100010000101101111001101110001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8593DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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