#8474F0

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

Shades of Medium Slate Blue #8474F0

Tints of Medium Slate Blue #8474F0

Color information

#8474F0 (or 0x8474F0) is unknown color: approx Medium Slate Blue. HEX triplet: 84, 74 and F0. RGB value is (132,116,240). Sum of RGB (Red+Green+Blue) = 132+116+240=488 (64% of max value = 765). Red value is 132 (51.95% from 255 or 27.05% from 488); Green value is 116 (45.70% from 255 or 23.77% from 488); Blue value is 240 (94.14% from 255 or 49.18% from 488); Max value from RGB is 240 - color contains mainly: blue. Hex color #8474F0 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8474F0 is #7B8B0F. Grayscale: #868686. Windows color (decimal): -8096528 or 15758468. OLE color: 15758468.

HSL color Cylindrical-coordinate representation of color #8474F0: hue angle of 247.74º degrees, saturation: 0.81, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #8474F0 is Cyan = 0.45, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB132116240-
CMYK0.450.5200.06
HSL247.74º80.52%69.8%-
HSV(B)247.74º51.67%94.12%-
XYZ31.4923.6985.35-
YUV134.92187.3125.92-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 27.05%
GREEN value IS 116 (45.70% from 255) = 23.77%
BLUE value IS 240 (94.14% from 255) = 49.18%
R=27.05%
G=23.77%
B=49.18%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1321162400.450.5200.06247.7480.5269.8
Hex8474F02D3406f85146
Octal204164360556406370121106
Binary1000010011101001111000010110111010001101111100010100011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8474F0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8474F0; }

 p { color: rgb(132,116,240); }

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

<style>
 a { background-color: #8474F0; }

 a { background-color: rgb(132,116,240); }

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

<style>
 span { border-color: #8474F0; }

 span { border-color: rgb(132,116,240); }

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