#8479EA

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

Shades of Medium Slate Blue #8479EA

Tints of Medium Slate Blue #8479EA

Color information

#8479EA (or 0x8479EA) is unknown color: approx Medium Slate Blue. HEX triplet: 84, 79 and EA. RGB value is (132,121,234). Sum of RGB (Red+Green+Blue) = 132+121+234=487 (64% of max value = 765). Red value is 132 (51.95% from 255 or 27.10% from 487); Green value is 121 (47.66% from 255 or 24.85% from 487); Blue value is 234 (91.80% from 255 or 48.05% from 487); Max value from RGB is 234 - color contains mainly: blue. Hex color #8479EA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8479EA is #7B8615. Grayscale: #888888. Windows color (decimal): -8095254 or 15366532. OLE color: 15366532.

HSL color Cylindrical-coordinate representation of color #8479EA: hue angle of 245.84º degrees, saturation: 0.73, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #8479EA is Cyan = 0.44, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB132121234-
CMYK0.440.4800.08
HSL245.84º72.9%69.61%-
HSV(B)245.84º48.29%91.76%-
XYZ31.224.5280.93-
YUV137.17182.64124.31-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 27.10%
GREEN value IS 121 (47.66% from 255) = 24.85%
BLUE value IS 234 (91.80% from 255) = 48.05%
R=27.10%
G=24.85%
B=48.05%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1321212340.440.4800.08245.8472.969.61
Hex8479EA2C3008f64946
Octal2041713525460010366111106
Binary10000100111100111101010101100110000010001111011010010011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8479EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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