Html Css Color HEX #8456ED Medium Slate Blue

📋 copy color: '#8456ED'

red 132 ◦ green 86 ◦ blue 237

#8456ED
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Medium Slate Blue #8456ED

Tints of Medium Slate Blue #8456ED

RGB

 RED value IS 132 (51.95% from 255) = 29.01%

 GREEN value IS 86 (33.98% from 255) = 18.9%

 BLUE value IS 237 (92.97% from 255) = 52.09%

R = 29.01%
G = 18.9%
B = 52.09%

CMYK

 C value IS 0.44

 M value IS 0.64

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#8456ED (or 0x8456ED) is known color: Medium Slate Blue. HEX triplet: 84, 56 and ED. RGB value is (132,86,237). Sum of RGB (Red+Green+Blue) = 132+86+237=455 (60% of max value = 765). Red value is 132 (51.95% from 255 or 29.01% from 455); Green value is 86 (33.98% from 255 or 18.90% from 455); Blue value is 237 (92.97% from 255 or 52.09% from 455); Max value from RGB is 237 - color contains mainly: blue. Hex color #8456ED is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8456ED is #7BA912. Grayscale: #747474. Windows color (decimal): -8104211 or 15554180. OLE color: 15554180.

HSL color Cylindrical-coordinate representation of color #8456ED: hue angle of 258.28º degrees, saturation: 0.81, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #8456ED is Cyan = 0.44, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 132 86 237 -
CMYK 0.44 0.64 0 0.07
HSL 258.28º 0.81% 0.63% -
HSV(B) 258.28º 0.64% 0.93% -
XYZ 28.13 17.68 82.05 -
YUV 116.97 195.74 138.72 -
System Red Green Blue C M Y K H S L
Decimal 132 86 237 0.44 0.64 0 0.07 258.28 0.81 0.63
Hex 84 56 ED 2C 40 0 7 102 51 3F
Octal 204 126 355 54 100 0 7 402 121 77
Binary 10000100 1010110 11101101 101100 1000000 0 111 100000010 1010001 111111

Color Harmonies of #8456ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8456ED

Black with #8456ED

Text Example


Text Example

White with #8456ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8456ED; }

 p { color: rgb(132,86,237); }

 H1.HeaderClassName
 {
   color: #8456ED;
 }
 .AnyTagClassName
 {
   color: #8456ED;
 }
</style>

background-color css

<style>
 a { background-color: #8456ED; }

 a { background-color: rgb(132,86,237); }

 div.DivClassName
 {
   background-color: #8456ED;
 }
 .BgClassName
 {
   background-color: #8456ED;
 }
</style>

border-color css

<style>
 span { border-color: #8456ED; }

 span { border-color: rgb(132,86,237); }

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