#8184DD

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

Shades of Portage #8184DD

Tints of Portage #8184DD

Color information

#8184DD (or 0x8184DD) is unknown color: approx Portage. HEX triplet: 81, 84 and DD. RGB value is (129,132,221). Sum of RGB (Red+Green+Blue) = 129+132+221=482 (63% of max value = 765). Red value is 129 (50.78% from 255 or 26.76% from 482); Green value is 132 (51.95% from 255 or 27.39% from 482); Blue value is 221 (86.72% from 255 or 45.85% from 482); Max value from RGB is 221 - color contains mainly: blue. Hex color #8184DD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8184DD is #7E7B22. Grayscale: #8C8C8C. Windows color (decimal): -8289059 or 14517377. OLE color: 14517377.

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

Color convert

RGB129132221-
CMYK0.420.4000.13
HSL238.04º57.5%68.63%-
HSV(B)238.04º41.63%86.67%-
XYZ30.3626.3971.9-
YUV141.25173.01119.26-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 26.76%
GREEN value IS 132 (51.95% from 255) = 27.39%
BLUE value IS 221 (86.72% from 255) = 45.85%
R=26.76%
G=27.39%
B=45.85%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1291322210.420.4000.13238.0457.568.63
Hex8184DD2A280Dee3a45
Octal201204335525001535672105
Binary10000001100001001101110110101010100001101111011101110101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8184DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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