#8284DD

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

Shades of Portage #8284DD

Tints of Portage #8284DD

Color information

#8284DD (or 0x8284DD) is unknown color: approx Portage. HEX triplet: 82, 84 and DD. RGB value is (130,132,221). Sum of RGB (Red+Green+Blue) = 130+132+221=483 (63% of max value = 765). Red value is 130 (51.17% from 255 or 26.92% from 483); Green value is 132 (51.95% from 255 or 27.33% from 483); Blue value is 221 (86.72% from 255 or 45.76% from 483); Max value from RGB is 221 - color contains mainly: blue. Hex color #8284DD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8284DD is #7D7B22. Grayscale: #8D8D8D. Windows color (decimal): -8223523 or 14517378. OLE color: 14517378.

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

Color convert

RGB130132221-
CMYK0.410.4000.13
HSL238.68º57.23%68.82%-
HSV(B)238.68º41.18%86.67%-
XYZ30.5126.4771.91-
YUV141.55172.84119.76-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 26.92%
GREEN value IS 132 (51.95% from 255) = 27.33%
BLUE value IS 221 (86.72% from 255) = 45.76%
R=26.92%
G=27.33%
B=45.76%

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
Decimal1301322210.410.4000.13238.6857.2368.82
Hex8284DD29280Def3945
Octal202204335515001535771105
Binary10000010100001001101110110100110100001101111011111110011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8284DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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