#8290DC

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

Shades of Portage #8290DC

Tints of Portage #8290DC

Color information

#8290DC (or 0x8290DC) is unknown color: approx Portage. HEX triplet: 82, 90 and DC. RGB value is (130,144,220). Sum of RGB (Red+Green+Blue) = 130+144+220=494 (65% of max value = 765). Red value is 130 (51.17% from 255 or 26.32% from 494); Green value is 144 (56.64% from 255 or 29.15% from 494); Blue value is 220 (86.33% from 255 or 44.53% from 494); Max value from RGB is 220 - color contains mainly: blue. Hex color #8290DC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8290DC is #7D6F23. Grayscale: #949494. Windows color (decimal): -8220452 or 14454914. OLE color: 14454914.

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

Color convert

RGB130144220-
CMYK0.410.3500.14
HSL230.67º56.25%68.63%-
HSV(B)230.67º40.91%86.27%-
XYZ32.129.8671.78-
YUV148.48168.36114.82-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 26.32%
GREEN value IS 144 (56.64% from 255) = 29.15%
BLUE value IS 220 (86.33% from 255) = 44.53%
R=26.32%
G=29.15%
B=44.53%

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
Decimal1301442200.410.3500.14230.6756.2568.63
Hex8290DC29230Ee73845
Octal202220334514301634770105
Binary10000010100100001101110010100110001101110111001111110001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8290DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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