Html Css Color HEX #8458ED Medium Slate Blue

📋 copy color: '#8458ED'

red 132 ◦ green 88 ◦ blue 237

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

Shades of Medium Slate Blue #8458ED

Tints of Medium Slate Blue #8458ED

RGB

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

 GREEN value IS 88 (34.77% from 255) = 19.26%

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

R = 28.88%
G = 19.26%
B = 51.86%

CMYK

 C value IS 0.44

 M value IS 0.63

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#8458ED (or 0x8458ED) is known color: Medium Slate Blue. HEX triplet: 84, 58 and ED. RGB value is (132,88,237). Sum of RGB (Red+Green+Blue) = 132+88+237=457 (60% of max value = 765). Red value is 132 (51.95% from 255 or 28.88% from 457); Green value is 88 (34.77% from 255 or 19.26% from 457); Blue value is 237 (92.97% from 255 or 51.86% from 457); Max value from RGB is 237 - color contains mainly: blue. Hex color #8458ED is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8458ED is #7BA712. Grayscale: #757575. Windows color (decimal): -8103699 or 15554692. OLE color: 15554692.

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

Color convert

RGB 132 88 237 -
CMYK 0.44 0.63 0 0.07
HSL 257.72º 0.81% 0.64% -
HSV(B) 257.72º 0.63% 0.93% -
XYZ 28.29 18 82.1 -
YUV 118.14 195.08 137.88 -
System Red Green Blue C M Y K H S L
Decimal 132 88 237 0.44 0.63 0 0.07 257.72 0.81 0.64
Hex 84 58 ED 2C 3F 0 7 102 51 40
Octal 204 130 355 54 77 0 7 402 121 100
Binary 10000100 1011000 11101101 101100 111111 0 111 100000010 1010001 1000000

Color Harmonies of #8458ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8458ED

Black with #8458ED

Text Example


Text Example

White with #8458ED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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