#8190DB

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

Shades of Portage #8190DB

Tints of Portage #8190DB

Color information

#8190DB (or 0x8190DB) is unknown color: approx Portage. HEX triplet: 81, 90 and DB. RGB value is (129,144,219). Sum of RGB (Red+Green+Blue) = 129+144+219=492 (65% of max value = 765). Red value is 129 (50.78% from 255 or 26.22% from 492); Green value is 144 (56.64% from 255 or 29.27% from 492); Blue value is 219 (85.94% from 255 or 44.51% from 492); Max value from RGB is 219 - color contains mainly: blue. Hex color #8190DB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8190DB is #7E6F24. Grayscale: #939393. Windows color (decimal): -8285989 or 14389377. OLE color: 14389377.

HSL color Cylindrical-coordinate representation of color #8190DB: hue angle of 230º 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 #8190DB is Cyan = 0.41, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB129144219-
CMYK0.410.3400.14
HSL230º55.56%68.24%-
HSV(B)230º41.1%85.88%-
XYZ31.8129.7371.08-
YUV148.06168.03114.4-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 26.22%
GREEN value IS 144 (56.64% from 255) = 29.27%
BLUE value IS 219 (85.94% from 255) = 44.51%
R=26.22%
G=29.27%
B=44.51%

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
Decimal1291442190.410.3400.1423055.5668.24
Hex8190DB29220Ee63844
Octal201220333514201634670104
Binary10000001100100001101101110100110001001110111001101110001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8190DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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