Html Css Color HEX #8460EB Medium Slate Blue

📋 copy color: '#8460EB'

red 132 ◦ green 96 ◦ blue 235

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

Shades of Medium Slate Blue #8460EB

Tints of Medium Slate Blue #8460EB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 50.76%

R = 28.51%
G = 20.73%
B = 50.76%

CMYK

 C value IS 0.44

 M value IS 0.59

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#8460EB (or 0x8460EB) is known color: Medium Slate Blue. HEX triplet: 84, 60 and EB. RGB value is (132,96,235). Sum of RGB (Red+Green+Blue) = 132+96+235=463 (61% of max value = 765). Red value is 132 (51.95% from 255 or 28.51% from 463); Green value is 96 (37.89% from 255 or 20.73% from 463); Blue value is 235 (92.19% from 255 or 50.76% from 463); Max value from RGB is 235 - color contains mainly: blue. Hex color #8460EB is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8460EB is #7B9F14. Grayscale: #7A7A7A. Windows color (decimal): -8101653 or 15425668. OLE color: 15425668.

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

Color convert

RGB 132 96 235 -
CMYK 0.44 0.59 0 0.08
HSL 255.54º 0.78% 0.65% -
HSV(B) 255.54º 0.59% 0.92% -
XYZ 28.69 19.27 80.8 -
YUV 122.61 191.43 134.7 -
System Red Green Blue C M Y K H S L
Decimal 132 96 235 0.44 0.59 0 0.08 255.54 0.78 0.65
Hex 84 60 EB 2C 3B 0 8 100 4E 41
Octal 204 140 353 54 73 0 10 400 116 101
Binary 10000100 1100000 11101011 101100 111011 0 1000 100000000 1001110 1000001

Color Harmonies of #8460EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8460EB

Black with #8460EB

Text Example


Text Example

White with #8460EB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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