#8184DE

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

Shades of Portage #8184DE

Tints of Portage #8184DE

Color information

#8184DE (or 0x8184DE) is unknown color: approx Portage. HEX triplet: 81, 84 and DE. RGB value is (129,132,222). Sum of RGB (Red+Green+Blue) = 129+132+222=483 (63% of max value = 765). Red value is 129 (50.78% from 255 or 26.71% from 483); Green value is 132 (51.95% from 255 or 27.33% from 483); Blue value is 222 (87.11% from 255 or 45.96% from 483); Max value from RGB is 222 - color contains mainly: blue. Hex color #8184DE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8184DE is #7E7B21. Grayscale: #8D8D8D. Windows color (decimal): -8289058 or 14582913. OLE color: 14582913.

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

Color convert

RGB129132222-
CMYK0.420.4100.13
HSL238.06º58.49%68.82%-
HSV(B)238.06º41.89%87.06%-
XYZ30.4926.4472.6-
YUV141.36173.51119.18-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 26.71%
GREEN value IS 132 (51.95% from 255) = 27.33%
BLUE value IS 222 (87.11% from 255) = 45.96%
R=26.71%
G=27.33%
B=45.96%

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
Decimal1291322220.420.4100.13238.0658.4968.82
Hex8184DE2A290Dee3a45
Octal201204336525101535672105
Binary10000001100001001101111010101010100101101111011101110101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8184DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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