#8591DE

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

Shades of Portage #8591DE

Tints of Portage #8591DE

Color information

#8591DE (or 0x8591DE) is unknown color: approx Portage. HEX triplet: 85, 91 and DE. RGB value is (133,145,222). Sum of RGB (Red+Green+Blue) = 133+145+222=500 (66% of max value = 765). Red value is 133 (52.34% from 255 or 26.6% from 500); Green value is 145 (57.03% from 255 or 29% from 500); Blue value is 222 (87.11% from 255 or 44.4% from 500); Max value from RGB is 222 - color contains mainly: blue. Hex color #8591DE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8591DE is #7A6E21. Grayscale: #959595. Windows color (decimal): -8023586 or 14586245. OLE color: 14586245.

HSL color Cylindrical-coordinate representation of color #8591DE: hue angle of 231.91º degrees, saturation: 0.57, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #8591DE is Cyan = 0.40, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB133145222-
CMYK0.400.3500.13
HSL231.91º57.42%69.61%-
HSV(B)231.91º40.09%87.06%-
XYZ32.9830.5173.26-
YUV150.19168.52115.74-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 26.6%
GREEN value IS 145 (57.03% from 255) = 29%
BLUE value IS 222 (87.11% from 255) = 44.4%
R=26.6%
G=29%
B=44.4%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1331452220.400.3500.13231.9157.4269.61
Hex8591DE28230De83946
Octal205221336504301535071106
Binary10000101100100011101111010100010001101101111010001110011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8591DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8591DE; }

 p { color: rgb(133,145,222); }

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

<style>
 a { background-color: #8591DE; }

 a { background-color: rgb(133,145,222); }

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

<style>
 span { border-color: #8591DE; }

 span { border-color: rgb(133,145,222); }

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