#8191DB

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

Shades of Portage #8191DB

Tints of Portage #8191DB

Color information

#8191DB (or 0x8191DB) is unknown color: approx Portage. HEX triplet: 81, 91 and DB. RGB value is (129,145,219). Sum of RGB (Red+Green+Blue) = 129+145+219=493 (65% of max value = 765). Red value is 129 (50.78% from 255 or 26.17% from 493); Green value is 145 (57.03% from 255 or 29.41% from 493); Blue value is 219 (85.94% from 255 or 44.42% from 493); Max value from RGB is 219 - color contains mainly: blue. Hex color #8191DB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8191DB is #7E6E24. Grayscale: #949494. Windows color (decimal): -8285733 or 14389633. OLE color: 14389633.

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

Color convert

RGB129145219-
CMYK0.410.3400.14
HSL229.33º55.56%68.24%-
HSV(B)229.33º41.1%85.88%-
XYZ31.9630.0371.13-
YUV148.65167.7113.98-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 26.17%
GREEN value IS 145 (57.03% from 255) = 29.41%
BLUE value IS 219 (85.94% from 255) = 44.42%
R=26.17%
G=29.41%
B=44.42%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1291452190.410.3400.14229.3355.5668.24
Hex8191DB29220Ee53844
Octal201221333514201634570104
Binary10000001100100011101101110100110001001110111001011110001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8191DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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