#8384DD

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

Shades of Portage #8384DD

Tints of Portage #8384DD

Color information

#8384DD (or 0x8384DD) is unknown color: approx Portage. HEX triplet: 83, 84 and DD. RGB value is (131,132,221). Sum of RGB (Red+Green+Blue) = 131+132+221=484 (64% of max value = 765). Red value is 131 (51.56% from 255 or 27.07% from 484); Green value is 132 (51.95% from 255 or 27.27% from 484); Blue value is 221 (86.72% from 255 or 45.66% from 484); Max value from RGB is 221 - color contains mainly: blue. Hex color #8384DD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8384DD is #7C7B22. Grayscale: #8D8D8D. Windows color (decimal): -8157987 or 14517379. OLE color: 14517379.

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

Color convert

RGB131132221-
CMYK0.410.4000.13
HSL239.33º56.96%69.02%-
HSV(B)239.33º40.72%86.67%-
XYZ30.6626.5571.91-
YUV141.85172.67120.26-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 27.07%
GREEN value IS 132 (51.95% from 255) = 27.27%
BLUE value IS 221 (86.72% from 255) = 45.66%
R=27.07%
G=27.27%
B=45.66%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1311322210.410.4000.13239.3356.9669.02
Hex8384DD29280Def3945
Octal203204335515001535771105
Binary10000011100001001101110110100110100001101111011111110011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8384DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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