#8470F1

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

Shades of Medium Slate Blue #8470F1

Tints of Medium Slate Blue #8470F1

Color information

#8470F1 (or 0x8470F1) is unknown color: approx Medium Slate Blue. HEX triplet: 84, 70 and F1. RGB value is (132,112,241). Sum of RGB (Red+Green+Blue) = 132+112+241=485 (64% of max value = 765). Red value is 132 (51.95% from 255 or 27.22% from 485); Green value is 112 (44.14% from 255 or 23.09% from 485); Blue value is 241 (94.53% from 255 or 49.69% from 485); Max value from RGB is 241 - color contains mainly: blue. Hex color #8470F1 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8470F1 is #7B8F0E. Grayscale: #848484. Windows color (decimal): -8097551 or 15822980. OLE color: 15822980.

HSL color Cylindrical-coordinate representation of color #8470F1: hue angle of 249.3º degrees, saturation: 0.82, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #8470F1 is Cyan = 0.45, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB132112241-
CMYK0.450.5400.05
HSL249.3º82.17%69.22%-
HSV(B)249.3º53.53%94.51%-
XYZ31.1922.8485.98-
YUV132.69189.13127.51-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 27.22%
GREEN value IS 112 (44.14% from 255) = 23.09%
BLUE value IS 241 (94.53% from 255) = 49.69%
R=27.22%
G=23.09%
B=49.69%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1321122410.450.5400.05249.382.1769.22
Hex8470F12D3605f95245
Octal204160361556605371122105
Binary1000010011100001111000110110111011001011111100110100101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8470F1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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