Html Css Color HEX #8460EC Medium Slate Blue

📋 copy color: '#8460EC'

red 132 ◦ green 96 ◦ blue 236

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

Shades of Medium Slate Blue #8460EC

Tints of Medium Slate Blue #8460EC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 50.86%

R = 28.45%
G = 20.69%
B = 50.86%

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

#8460EC (or 0x8460EC) is known color: Medium Slate Blue. HEX triplet: 84, 60 and EC. RGB value is (132,96,236). Sum of RGB (Red+Green+Blue) = 132+96+236=464 (61% of max value = 765). Red value is 132 (51.95% from 255 or 28.45% from 464); Green value is 96 (37.89% from 255 or 20.69% from 464); Blue value is 236 (92.58% from 255 or 50.86% from 464); Max value from RGB is 236 - color contains mainly: blue. Hex color #8460EC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8460EC is #7B9F13. Grayscale: #7A7A7A. Windows color (decimal): -8101652 or 15491204. OLE color: 15491204.

HSL color Cylindrical-coordinate representation of color #8460EC: hue angle of 255.43º degrees, saturation: 0.79, 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 #8460EC is Cyan = 0.44, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 132 96 236 -
CMYK 0.44 0.59 0 0.07
HSL 255.43º 0.79% 0.65% -
HSV(B) 255.43º 0.59% 0.93% -
XYZ 28.84 19.33 81.57 -
YUV 122.72 191.93 134.62 -
System Red Green Blue C M Y K H S L
Decimal 132 96 236 0.44 0.59 0 0.07 255.43 0.79 0.65
Hex 84 60 EC 2C 3B 0 7 FF 4F 41
Octal 204 140 354 54 73 0 7 377 117 101
Binary 10000100 1100000 11101100 101100 111011 0 111 11111111 1001111 1000001

Color Harmonies of #8460EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8460EC

Black with #8460EC

Text Example


Text Example

White with #8460EC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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