#8190DC

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

Shades of Portage #8190DC

Tints of Portage #8190DC

Color information

#8190DC (or 0x8190DC) is unknown color: approx Portage. HEX triplet: 81, 90 and DC. RGB value is (129,144,220). Sum of RGB (Red+Green+Blue) = 129+144+220=493 (65% of max value = 765). Red value is 129 (50.78% from 255 or 26.17% from 493); Green value is 144 (56.64% from 255 or 29.21% from 493); Blue value is 220 (86.33% from 255 or 44.62% from 493); Max value from RGB is 220 - color contains mainly: blue. Hex color #8190DC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8190DC is #7E6F23. Grayscale: #939393. Windows color (decimal): -8285988 or 14454913. OLE color: 14454913.

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

Color convert

RGB129144220-
CMYK0.410.3500.14
HSL230.11º56.52%68.43%-
HSV(B)230.11º41.36%86.27%-
XYZ31.9429.7871.77-
YUV148.18168.53114.32-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 26.17%
GREEN value IS 144 (56.64% from 255) = 29.21%
BLUE value IS 220 (86.33% from 255) = 44.62%
R=26.17%
G=29.21%
B=44.62%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1291442200.410.3500.14230.1156.5268.43
Hex8190DC29230Ee63944
Octal201220334514301634671104
Binary10000001100100001101110010100110001101110111001101110011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8190DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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