#8593ED

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

Shades of Portage #8593ED

Tints of Portage #8593ED

Color information

#8593ED (or 0x8593ED) is unknown color: approx Portage. HEX triplet: 85, 93 and ED. RGB value is (133,147,237). Sum of RGB (Red+Green+Blue) = 133+147+237=517 (68% of max value = 765). Red value is 133 (52.34% from 255 or 25.73% from 517); Green value is 147 (57.81% from 255 or 28.43% from 517); Blue value is 237 (92.97% from 255 or 45.84% from 517); Max value from RGB is 237 - color contains mainly: blue. Hex color #8593ED is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8593ED is #7A6C12. Grayscale: #989898. Windows color (decimal): -8023059 or 15569797. OLE color: 15569797.

HSL color Cylindrical-coordinate representation of color #8593ED: hue angle of 231.92º degrees, saturation: 0.74, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #8593ED is Cyan = 0.44, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB133147237-
CMYK0.440.3800.07
HSL231.92º74.29%72.55%-
HSV(B)231.92º43.88%92.94%-
XYZ35.3931.9784.43-
YUV153.07175.36113.68-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 25.73%
GREEN value IS 147 (57.81% from 255) = 28.43%
BLUE value IS 237 (92.97% from 255) = 45.84%
R=25.73%
G=28.43%
B=45.84%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1331472370.440.3800.07231.9274.2972.55
Hex8593ED2C2607e84a49
Octal205223355544607350112111
Binary10000101100100111110110110110010011001111110100010010101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8593ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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