#8479E5

Color #8479E5 Medium Slate Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Medium Slate Blue #8479E5

Tints of Medium Slate Blue #8479E5

Color information

#8479E5 (or 0x8479E5) is unknown color: approx Medium Slate Blue. HEX triplet: 84, 79 and E5. RGB value is (132,121,229). Sum of RGB (Red+Green+Blue) = 132+121+229=482 (63% of max value = 765). Red value is 132 (51.95% from 255 or 27.39% from 482); Green value is 121 (47.66% from 255 or 25.10% from 482); Blue value is 229 (89.84% from 255 or 47.51% from 482); Max value from RGB is 229 - color contains mainly: blue. Hex color #8479E5 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8479E5 is #7B861A. Grayscale: #888888. Windows color (decimal): -8095259 or 15038852. OLE color: 15038852.

HSL color Cylindrical-coordinate representation of color #8479E5: hue angle of 246.11º degrees, saturation: 0.68, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #8479E5 is Cyan = 0.42, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB132121229-
CMYK0.420.4700.10
HSL246.11º67.5%68.63%-
HSV(B)246.11º47.16%89.8%-
XYZ30.524.2477.2-
YUV136.6180.14124.72-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 27.39%
GREEN value IS 121 (47.66% from 255) = 25.10%
BLUE value IS 229 (89.84% from 255) = 47.51%
R=27.39%
G=25.10%
B=47.51%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal1321212290.420.4700.10246.1167.568.63
Hex8479E52A2F0Af64445
Octal2041713455257012366104105
Binary10000100111100111100101101010101111010101111011010001001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8479E5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8479E5; }

 p { color: rgb(132,121,229); }

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

<style>
 a { background-color: #8479E5; }

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

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

<style>
 span { border-color: #8479E5; }

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

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