#8457E0

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

Shades of Medium Slate Blue #8457E0

Tints of Medium Slate Blue #8457E0

Color information

#8457E0 (or 0x8457E0) is unknown color: approx Medium Slate Blue. HEX triplet: 84, 57 and E0. RGB value is (132,87,224). Sum of RGB (Red+Green+Blue) = 132+87+224=443 (58% of max value = 765). Red value is 132 (51.95% from 255 or 29.80% from 443); Green value is 87 (34.38% from 255 or 19.64% from 443); Blue value is 224 (87.89% from 255 or 50.56% from 443); Max value from RGB is 224 - color contains mainly: blue. Hex color #8457E0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8457E0 is #7BA81F. Grayscale: #737373. Windows color (decimal): -8103968 or 14702468. OLE color: 14702468.

HSL color Cylindrical-coordinate representation of color #8457E0: hue angle of 259.71º degrees, saturation: 0.69, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #8457E0 is Cyan = 0.41, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB13287224-
CMYK0.410.6100.12
HSL259.71º68.84%60.98%-
HSV(B)259.71º61.16%87.84%-
XYZ26.3817.172.43-
YUV116.07188.91139.36-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 29.80%
GREEN value IS 87 (34.38% from 255) = 19.64%
BLUE value IS 224 (87.89% from 255) = 50.56%
R=29.80%
G=19.64%
B=50.56%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal132872240.410.6100.12259.7168.8460.98
Hex8457E0293D0C104453d
Octal204127340517501440410575
Binary10000100101011111100000101001111101011001000001001000101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8457E0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8457E0; }

 p { color: rgb(132,87,224); }

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

<style>
 a { background-color: #8457E0; }

 a { background-color: rgb(132,87,224); }

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

<style>
 span { border-color: #8457E0; }

 span { border-color: rgb(132,87,224); }

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