Html Css Color HEX #8460ED Medium Slate Blue

📋 copy color: '#8460ED'

red 132 ◦ green 96 ◦ blue 237

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

Shades of Medium Slate Blue #8460ED

Tints of Medium Slate Blue #8460ED

RGB

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

 GREEN value IS 96 (37.89% from 255) = 20.65%

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

R = 28.39%
G = 20.65%
B = 50.97%

CMYK

 C value IS 0.44

 M value IS 0.59

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#8460ED (or 0x8460ED) is known color: Medium Slate Blue. HEX triplet: 84, 60 and ED. RGB value is (132,96,237). Sum of RGB (Red+Green+Blue) = 132+96+237=465 (61% of max value = 765). Red value is 132 (51.95% from 255 or 28.39% from 465); Green value is 96 (37.89% from 255 or 20.65% from 465); Blue value is 237 (92.97% from 255 or 50.97% from 465); Max value from RGB is 237 - color contains mainly: blue. Hex color #8460ED is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8460ED is #7B9F12. Grayscale: #7A7A7A. Windows color (decimal): -8101651 or 15556740. OLE color: 15556740.

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

Color convert

RGB 132 96 237 -
CMYK 0.44 0.59 0 0.07
HSL 255.32º 0.8% 0.65% -
HSV(B) 255.32º 0.59% 0.93% -
XYZ 28.98 19.39 82.33 -
YUV 122.84 192.43 134.54 -
System Red Green Blue C M Y K H S L
Decimal 132 96 237 0.44 0.59 0 0.07 255.32 0.8 0.65
Hex 84 60 ED 2C 3B 0 7 FF 50 41
Octal 204 140 355 54 73 0 7 377 120 101
Binary 10000100 1100000 11101101 101100 111011 0 111 11111111 1010000 1000001

Color Harmonies of #8460ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8460ED

Black with #8460ED

Text Example


Text Example

White with #8460ED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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