#8475E9

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

Shades of Medium Slate Blue #8475E9

Tints of Medium Slate Blue #8475E9

Color information

#8475E9 (or 0x8475E9) is unknown color: approx Medium Slate Blue. HEX triplet: 84, 75 and E9. RGB value is (132,117,233). Sum of RGB (Red+Green+Blue) = 132+117+233=482 (63% of max value = 765). Red value is 132 (51.95% from 255 or 27.39% from 482); Green value is 117 (46.09% from 255 or 24.27% from 482); Blue value is 233 (91.41% from 255 or 48.34% from 482); Max value from RGB is 233 - color contains mainly: blue. Hex color #8475E9 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8475E9 is #7B8A16. Grayscale: #868686. Windows color (decimal): -8096279 or 15299972. OLE color: 15299972.

HSL color Cylindrical-coordinate representation of color #8475E9: hue angle of 247.76º degrees, saturation: 0.73, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #8475E9 is Cyan = 0.43, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB132117233-
CMYK0.430.5000.09
HSL247.76º72.5%68.63%-
HSV(B)247.76º49.79%91.37%-
XYZ30.5823.5180.02-
YUV134.71183.47126.07-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 27.39%
GREEN value IS 117 (46.09% from 255) = 24.27%
BLUE value IS 233 (91.41% from 255) = 48.34%
R=27.39%
G=24.27%
B=48.34%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1321172330.430.5000.09247.7672.568.63
Hex8475E92B3209f84845
Octal2041653515362011370110105
Binary10000100111010111101001101011110010010011111100010010001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8475E9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8475E9; }

 p { color: rgb(132,117,233); }

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

<style>
 a { background-color: #8475E9; }

 a { background-color: rgb(132,117,233); }

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

<style>
 span { border-color: #8475E9; }

 span { border-color: rgb(132,117,233); }

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