#8183DD

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

Shades of Portage #8183DD

Tints of Portage #8183DD

Color information

#8183DD (or 0x8183DD) is unknown color: approx Portage. HEX triplet: 81, 83 and DD. RGB value is (129,131,221). Sum of RGB (Red+Green+Blue) = 129+131+221=481 (63% of max value = 765). Red value is 129 (50.78% from 255 or 26.82% from 481); Green value is 131 (51.56% from 255 or 27.23% from 481); Blue value is 221 (86.72% from 255 or 45.95% from 481); Max value from RGB is 221 - color contains mainly: blue. Hex color #8183DD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8183DD is #7E7C22. Grayscale: #8C8C8C. Windows color (decimal): -8289315 or 14517121. OLE color: 14517121.

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

Color convert

RGB129131221-
CMYK0.420.4100.13
HSL238.7º57.5%68.63%-
HSV(B)238.7º41.63%86.67%-
XYZ30.2226.1271.86-
YUV140.66173.34119.68-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 26.82%
GREEN value IS 131 (51.56% from 255) = 27.23%
BLUE value IS 221 (86.72% from 255) = 45.95%
R=26.82%
G=27.23%
B=45.95%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1291312210.420.4100.13238.757.568.63
Hex8183DD2A290Def3a45
Octal201203335525101535772105
Binary10000001100000111101110110101010100101101111011111110101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8183DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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