#8284DE

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

Shades of Portage #8284DE

Tints of Portage #8284DE

Color information

#8284DE (or 0x8284DE) is unknown color: approx Portage. HEX triplet: 82, 84 and DE. RGB value is (130,132,222). Sum of RGB (Red+Green+Blue) = 130+132+222=484 (64% of max value = 765). Red value is 130 (51.17% from 255 or 26.86% from 484); Green value is 132 (51.95% from 255 or 27.27% from 484); Blue value is 222 (87.11% from 255 or 45.87% from 484); Max value from RGB is 222 - color contains mainly: blue. Hex color #8284DE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8284DE is #7D7B21. Grayscale: #8D8D8D. Windows color (decimal): -8223522 or 14582914. OLE color: 14582914.

HSL color Cylindrical-coordinate representation of color #8284DE: hue angle of 238.7º degrees, saturation: 0.58, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #8284DE is Cyan = 0.41, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB130132222-
CMYK0.410.4100.13
HSL238.7º58.23%69.02%-
HSV(B)238.7º41.44%87.06%-
XYZ30.6426.5272.61-
YUV141.66173.34119.68-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 26.86%
GREEN value IS 132 (51.95% from 255) = 27.27%
BLUE value IS 222 (87.11% from 255) = 45.87%
R=26.86%
G=27.27%
B=45.87%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1301322220.410.4100.13238.758.2369.02
Hex8284DE29290Def3a45
Octal202204336515101535772105
Binary10000010100001001101111010100110100101101111011111110101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8284DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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