#8593C9

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

Shades of Portage #8593C9

Tints of Portage #8593C9

Color information

#8593C9 (or 0x8593C9) is unknown color: approx Portage. HEX triplet: 85, 93 and C9. RGB value is (133,147,201). Sum of RGB (Red+Green+Blue) = 133+147+201=481 (63% of max value = 765). Red value is 133 (52.34% from 255 or 27.65% from 481); Green value is 147 (57.81% from 255 or 30.56% from 481); Blue value is 201 (78.91% from 255 or 41.79% from 481); Max value from RGB is 201 - color contains mainly: blue. Hex color #8593C9 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8593C9 is #7A6C36. Grayscale: #949494. Windows color (decimal): -8023095 or 13210501. OLE color: 13210501.

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

Color convert

RGB133147201-
CMYK0.340.2700.21
HSL227.65º38.64%65.49%-
HSV(B)227.65º33.83%78.82%-
XYZ30.6530.0759.45-
YUV148.97157.36116.61-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 27.65%
GREEN value IS 147 (57.81% from 255) = 30.56%
BLUE value IS 201 (78.91% from 255) = 41.79%
R=27.65%
G=30.56%
B=41.79%

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
Decimal1331472010.340.2700.21227.6538.6465.49
Hex8593C9221B015e42741
Octal205223311423302534447101
Binary10000101100100111100100110001011011010101111001001001111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8593C9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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