#8593EB

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

Shades of Portage #8593EB

Tints of Portage #8593EB

Color information

#8593EB (or 0x8593EB) is unknown color: approx Portage. HEX triplet: 85, 93 and EB. RGB value is (133,147,235). Sum of RGB (Red+Green+Blue) = 133+147+235=515 (68% of max value = 765). Red value is 133 (52.34% from 255 or 25.83% from 515); Green value is 147 (57.81% from 255 or 28.54% from 515); Blue value is 235 (92.19% from 255 or 45.63% from 515); Max value from RGB is 235 - color contains mainly: blue. Hex color #8593EB is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8593EB is #7A6C14. Grayscale: #989898. Windows color (decimal): -8023061 or 15438725. OLE color: 15438725.

HSL color Cylindrical-coordinate representation of color #8593EB: hue angle of 231.76º degrees, saturation: 0.72, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #8593EB is Cyan = 0.43, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB133147235-
CMYK0.430.3700.08
HSL231.76º71.83%72.16%-
HSV(B)231.76º43.4%92.16%-
XYZ35.131.8582.9-
YUV152.85174.36113.84-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 25.83%
GREEN value IS 147 (57.81% from 255) = 28.54%
BLUE value IS 235 (92.19% from 255) = 45.63%
R=25.83%
G=28.54%
B=45.63%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1331472350.430.3700.08231.7671.8372.16
Hex8593EB2B2508e84848
Octal2052233535345010350110110
Binary100001011001001111101011101011100101010001110100010010001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8593EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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