#8470ED

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

Shades of Medium Slate Blue #8470ED

Tints of Medium Slate Blue #8470ED

Color information

#8470ED (or 0x8470ED) is unknown color: approx Medium Slate Blue. HEX triplet: 84, 70 and ED. RGB value is (132,112,237). Sum of RGB (Red+Green+Blue) = 132+112+237=481 (63% of max value = 765). Red value is 132 (51.95% from 255 or 27.44% from 481); Green value is 112 (44.14% from 255 or 23.28% from 481); Blue value is 237 (92.97% from 255 or 49.27% from 481); Max value from RGB is 237 - color contains mainly: blue. Hex color #8470ED is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8470ED is #7B8F12. Grayscale: #838383. Windows color (decimal): -8097555 or 15560836. OLE color: 15560836.

HSL color Cylindrical-coordinate representation of color #8470ED: hue angle of 249.6º degrees, saturation: 0.78, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #8470ED is Cyan = 0.44, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB132112237-
CMYK0.440.5300.07
HSL249.6º77.64%68.43%-
HSV(B)249.6º52.74%92.94%-
XYZ30.622.6182.87-
YUV132.23187.13127.84-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 27.44%
GREEN value IS 112 (44.14% from 255) = 23.28%
BLUE value IS 237 (92.97% from 255) = 49.27%
R=27.44%
G=23.28%
B=49.27%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1321122370.440.5300.07249.677.6468.43
Hex8470ED2C3507fa4e44
Octal204160355546507372116104
Binary1000010011100001110110110110011010101111111101010011101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8470ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8470ED; }

 p { color: rgb(132,112,237); }

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

<style>
 a { background-color: #8470ED; }

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

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

<style>
 span { border-color: #8470ED; }

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

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