#8484DF

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

Shades of Portage #8484DF

Tints of Portage #8484DF

Color information

#8484DF (or 0x8484DF) is unknown color: approx Portage. HEX triplet: 84, 84 and DF. RGB value is (132,132,223). Sum of RGB (Red+Green+Blue) = 132+132+223=487 (64% of max value = 765). Red value is 132 (51.95% from 255 or 27.10% from 487); Green value is 132 (51.95% from 255 or 27.10% from 487); Blue value is 223 (87.5% from 255 or 45.79% from 487); Max value from RGB is 223 - color contains mainly: blue. Hex color #8484DF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8484DF is #7B7B20. Grayscale: #8E8E8E. Windows color (decimal): -8092449 or 14648452. OLE color: 14648452.

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

Color convert

RGB132132223-
CMYK0.410.4100.13
HSL240º58.71%69.61%-
HSV(B)240º40.81%87.45%-
XYZ31.0926.7473.33-
YUV142.37173.5120.6-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 27.10%
GREEN value IS 132 (51.95% from 255) = 27.10%
BLUE value IS 223 (87.5% from 255) = 45.79%
R=27.10%
G=27.10%
B=45.79%

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
Decimal1321322230.410.4100.1324058.7169.61
Hex8484DF29290Df03b46
Octal204204337515101536073106
Binary10000100100001001101111110100110100101101111100001110111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8484DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8484DF; }

 p { color: rgb(132,132,223); }

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

<style>
 a { background-color: #8484DF; }

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

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

<style>
 span { border-color: #8484DF; }

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

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