#8593CA

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

Shades of Portage #8593CA

Tints of Portage #8593CA

Color information

#8593CA (or 0x8593CA) is unknown color: approx Portage. HEX triplet: 85, 93 and CA. RGB value is (133,147,202). Sum of RGB (Red+Green+Blue) = 133+147+202=482 (63% of max value = 765). Red value is 133 (52.34% from 255 or 27.59% from 482); Green value is 147 (57.81% from 255 or 30.50% from 482); Blue value is 202 (79.30% from 255 or 41.91% from 482); Max value from RGB is 202 - color contains mainly: blue. Hex color #8593CA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8593CA is #7A6C35. Grayscale: #949494. Windows color (decimal): -8023094 or 13276037. OLE color: 13276037.

HSL color Cylindrical-coordinate representation of color #8593CA: hue angle of 227.83º degrees, saturation: 0.39, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #8593CA is Cyan = 0.34, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB133147202-
CMYK0.340.2700.21
HSL227.83º39.43%65.69%-
HSV(B)227.83º34.16%79.22%-
XYZ30.7730.1260.07-
YUV149.08157.86116.53-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 27.59%
GREEN value IS 147 (57.81% from 255) = 30.50%
BLUE value IS 202 (79.30% from 255) = 41.91%
R=27.59%
G=30.50%
B=41.91%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1331472020.340.2700.21227.8339.4365.69
Hex8593CA221B015e42742
Octal205223312423302534447102
Binary10000101100100111100101010001011011010101111001001001111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8593CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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