#8189DD

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

Shades of Portage #8189DD

Tints of Portage #8189DD

Color information

#8189DD (or 0x8189DD) is unknown color: approx Portage. HEX triplet: 81, 89 and DD. RGB value is (129,137,221). Sum of RGB (Red+Green+Blue) = 129+137+221=487 (64% of max value = 765). Red value is 129 (50.78% from 255 or 26.49% from 487); Green value is 137 (53.91% from 255 or 28.13% from 487); Blue value is 221 (86.72% from 255 or 45.38% from 487); Max value from RGB is 221 - color contains mainly: blue. Hex color #8189DD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8189DD is #7E7622. Grayscale: #8F8F8F. Windows color (decimal): -8287779 or 14518657. OLE color: 14518657.

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

Color convert

RGB129137221-
CMYK0.420.3800.13
HSL234.78º57.5%68.63%-
HSV(B)234.78º41.63%86.67%-
XYZ31.0527.7872.13-
YUV144.18171.35117.17-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 26.49%
GREEN value IS 137 (53.91% from 255) = 28.13%
BLUE value IS 221 (86.72% from 255) = 45.38%
R=26.49%
G=28.13%
B=45.38%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1291372210.420.3800.13234.7857.568.63
Hex8189DD2A260Deb3a45
Octal201211335524601535372105
Binary10000001100010011101110110101010011001101111010111110101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8189DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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