#8591DB

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

Shades of Portage #8591DB

Tints of Portage #8591DB

Color information

#8591DB (or 0x8591DB) is unknown color: approx Portage. HEX triplet: 85, 91 and DB. RGB value is (133,145,219). Sum of RGB (Red+Green+Blue) = 133+145+219=497 (65% of max value = 765). Red value is 133 (52.34% from 255 or 26.76% from 497); Green value is 145 (57.03% from 255 or 29.18% from 497); Blue value is 219 (85.94% from 255 or 44.06% from 497); Max value from RGB is 219 - color contains mainly: blue. Hex color #8591DB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8591DB is #7A6E24. Grayscale: #959595. Windows color (decimal): -8023589 or 14389637. OLE color: 14389637.

HSL color Cylindrical-coordinate representation of color #8591DB: hue angle of 231.63º degrees, saturation: 0.54, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #8591DB is Cyan = 0.39, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB133145219-
CMYK0.390.3400.14
HSL231.63º54.43%69.02%-
HSV(B)231.63º39.27%85.88%-
XYZ32.5830.3571.16-
YUV149.85167.02115.98-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 26.76%
GREEN value IS 145 (57.03% from 255) = 29.18%
BLUE value IS 219 (85.94% from 255) = 44.06%
R=26.76%
G=29.18%
B=44.06%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1331452190.390.3400.14231.6354.4369.02
Hex8591DB27220Ee83645
Octal205221333474201635066105
Binary10000101100100011101101110011110001001110111010001101101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8591DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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