#8389DD

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

Shades of Portage #8389DD

Tints of Portage #8389DD

Color information

#8389DD (or 0x8389DD) is unknown color: approx Portage. HEX triplet: 83, 89 and DD. RGB value is (131,137,221). Sum of RGB (Red+Green+Blue) = 131+137+221=489 (64% of max value = 765). Red value is 131 (51.56% from 255 or 26.79% from 489); Green value is 137 (53.91% from 255 or 28.02% from 489); Blue value is 221 (86.72% from 255 or 45.19% from 489); Max value from RGB is 221 - color contains mainly: blue. Hex color #8389DD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8389DD is #7C7622. Grayscale: #909090. Windows color (decimal): -8156707 or 14518659. OLE color: 14518659.

HSL color Cylindrical-coordinate representation of color #8389DD: hue angle of 236º 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 #8389DD is Cyan = 0.41, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB131137221-
CMYK0.410.3800.13
HSL236º56.96%69.02%-
HSV(B)236º40.72%86.67%-
XYZ31.3627.9472.15-
YUV144.78171.01118.17-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 26.79%
GREEN value IS 137 (53.91% from 255) = 28.02%
BLUE value IS 221 (86.72% from 255) = 45.19%
R=26.79%
G=28.02%
B=45.19%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1311372210.410.3800.1323656.9669.02
Hex8389DD29260Dec3945
Octal203211335514601535471105
Binary10000011100010011101110110100110011001101111011001110011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8389DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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