#8470E4

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

Shades of Medium Slate Blue #8470E4

Tints of Medium Slate Blue #8470E4

Color information

#8470E4 (or 0x8470E4) is unknown color: approx Medium Slate Blue. HEX triplet: 84, 70 and E4. RGB value is (132,112,228). Sum of RGB (Red+Green+Blue) = 132+112+228=472 (62% of max value = 765). Red value is 132 (51.95% from 255 or 27.97% from 472); Green value is 112 (44.14% from 255 or 23.73% from 472); Blue value is 228 (89.45% from 255 or 48.31% from 472); Max value from RGB is 228 - color contains mainly: blue. Hex color #8470E4 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8470E4 is #7B8F1B. Grayscale: #828282. Windows color (decimal): -8097564 or 14971012. OLE color: 14971012.

HSL color Cylindrical-coordinate representation of color #8470E4: hue angle of 250.34º degrees, saturation: 0.68, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #8470E4 is Cyan = 0.42, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB132112228-
CMYK0.420.5100.11
HSL250.34º68.24%66.67%-
HSV(B)250.34º50.88%89.41%-
XYZ29.3122.176.12-
YUV131.2182.63128.57-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 27.97%
GREEN value IS 112 (44.14% from 255) = 23.73%
BLUE value IS 228 (89.45% from 255) = 48.31%
R=27.97%
G=23.73%
B=48.31%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1321122280.420.5100.11250.3468.2466.67
Hex8470E42A330Bfa4443
Octal2041603445263013372104103
Binary10000100111000011100100101010110011010111111101010001001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8470E4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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