Html Css Color HEX #8458EB Medium Slate Blue

📋 copy color: '#8458EB'

red 132 ◦ green 88 ◦ blue 235

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

Shades of Medium Slate Blue #8458EB

Tints of Medium Slate Blue #8458EB

RGB

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

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

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

R = 29.01%
G = 19.34%
B = 51.65%

CMYK

 C value IS 0.44

 M value IS 0.63

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#8458EB (or 0x8458EB) is known color: Medium Slate Blue. HEX triplet: 84, 58 and EB. RGB value is (132,88,235). Sum of RGB (Red+Green+Blue) = 132+88+235=455 (60% of max value = 765). Red value is 132 (51.95% from 255 or 29.01% from 455); Green value is 88 (34.77% from 255 or 19.34% from 455); Blue value is 235 (92.19% from 255 or 51.65% from 455); Max value from RGB is 235 - color contains mainly: blue. Hex color #8458EB is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8458EB is #7BA714. Grayscale: #757575. Windows color (decimal): -8103701 or 15423620. OLE color: 15423620.

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

Color convert

RGB 132 88 235 -
CMYK 0.44 0.63 0 0.08
HSL 257.96º 0.79% 0.63% -
HSV(B) 257.96º 0.63% 0.92% -
XYZ 28 17.88 80.57 -
YUV 117.91 194.08 138.05 -
System Red Green Blue C M Y K H S L
Decimal 132 88 235 0.44 0.63 0 0.08 257.96 0.79 0.63
Hex 84 58 EB 2C 3F 0 8 102 4F 3F
Octal 204 130 353 54 77 0 10 402 117 77
Binary 10000100 1011000 11101011 101100 111111 0 1000 100000010 1001111 111111

Color Harmonies of #8458EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8458EB

Black with #8458EB

Text Example


Text Example

White with #8458EB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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