#8184EB

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

Shades of Portage #8184EB

Tints of Portage #8184EB

Color information

#8184EB (or 0x8184EB) is unknown color: approx Portage. HEX triplet: 81, 84 and EB. RGB value is (129,132,235). Sum of RGB (Red+Green+Blue) = 129+132+235=496 (65% of max value = 765). Red value is 129 (50.78% from 255 or 26.01% from 496); Green value is 132 (51.95% from 255 or 26.61% from 496); Blue value is 235 (92.19% from 255 or 47.38% from 496); Max value from RGB is 235 - color contains mainly: blue. Hex color #8184EB is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8184EB is #7E7B14. Grayscale: #8E8E8E. Windows color (decimal): -8289045 or 15434881. OLE color: 15434881.

HSL color Cylindrical-coordinate representation of color #8184EB: hue angle of 238.3º degrees, saturation: 0.73, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #8184EB is Cyan = 0.45, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB129132235-
CMYK0.450.4400.08
HSL238.3º72.6%71.37%-
HSV(B)238.3º45.11%92.16%-
XYZ32.327.1782.14-
YUV142.84180.01118.12-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 26.01%
GREEN value IS 132 (51.95% from 255) = 26.61%
BLUE value IS 235 (92.19% from 255) = 47.38%
R=26.01%
G=26.61%
B=47.38%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1291322350.450.4400.08238.372.671.37
Hex8184EB2D2C08ee4947
Octal2012043535554010356111107
Binary100000011000010011101011101101101100010001110111010010011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8184EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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