#8593D7

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

Shades of Portage #8593D7

Tints of Portage #8593D7

Color information

#8593D7 (or 0x8593D7) is unknown color: approx Portage. HEX triplet: 85, 93 and D7. RGB value is (133,147,215). Sum of RGB (Red+Green+Blue) = 133+147+215=495 (65% of max value = 765). Red value is 133 (52.34% from 255 or 26.87% from 495); Green value is 147 (57.81% from 255 or 29.70% from 495); Blue value is 215 (84.38% from 255 or 43.43% from 495); Max value from RGB is 215 - color contains mainly: blue. Hex color #8593D7 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8593D7 is #7A6C28. Grayscale: #969696. Windows color (decimal): -8023081 or 14128005. OLE color: 14128005.

HSL color Cylindrical-coordinate representation of color #8593D7: hue angle of 229.76º degrees, saturation: 0.51, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #8593D7 is Cyan = 0.38, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB133147215-
CMYK0.380.3200.16
HSL229.76º50.62%68.24%-
HSV(B)229.76º38.14%84.31%-
XYZ32.3730.7668.52-
YUV150.57164.36115.47-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 26.87%
GREEN value IS 147 (57.81% from 255) = 29.70%
BLUE value IS 215 (84.38% from 255) = 43.43%
R=26.87%
G=29.70%
B=43.43%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1331472150.380.3200.16229.7650.6268.24
Hex8593D72620010e63344
Octal205223327464002034663104
Binary100001011001001111010111100110100000010000111001101100111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8593D7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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