#8390DD

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

Shades of Portage #8390DD

Tints of Portage #8390DD

Color information

#8390DD (or 0x8390DD) is unknown color: approx Portage. HEX triplet: 83, 90 and DD. RGB value is (131,144,221). Sum of RGB (Red+Green+Blue) = 131+144+221=496 (65% of max value = 765). Red value is 131 (51.56% from 255 or 26.41% from 496); Green value is 144 (56.64% from 255 or 29.03% from 496); Blue value is 221 (86.72% from 255 or 44.56% from 496); Max value from RGB is 221 - color contains mainly: blue. Hex color #8390DD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8390DD is #7C6F22. Grayscale: #949494. Windows color (decimal): -8154915 or 14520451. OLE color: 14520451.

HSL color Cylindrical-coordinate representation of color #8390DD: hue angle of 231.33º degrees, saturation: 0.57, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #8390DD is Cyan = 0.41, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB131144221-
CMYK0.410.3500.13
HSL231.33º56.96%69.02%-
HSV(B)231.33º40.72%86.67%-
XYZ32.3829.9972.49-
YUV148.89168.69115.24-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 26.41%
GREEN value IS 144 (56.64% from 255) = 29.03%
BLUE value IS 221 (86.72% from 255) = 44.56%
R=26.41%
G=29.03%
B=44.56%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1311442210.410.3500.13231.3356.9669.02
Hex8390DD29230De73945
Octal203220335514301534771105
Binary10000011100100001101110110100110001101101111001111110011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8390DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8390DD; }

 p { color: rgb(131,144,221); }

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

<style>
 a { background-color: #8390DD; }

 a { background-color: rgb(131,144,221); }

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

<style>
 span { border-color: #8390DD; }

 span { border-color: rgb(131,144,221); }

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