Html Css Color HEX #8458DF Medium Slate Blue

📋 copy color: '#8458DF'

red 132 ◦ green 88 ◦ blue 223

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

Shades of Medium Slate Blue #8458DF

Tints of Medium Slate Blue #8458DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 50.34%

R = 29.8%
G = 19.86%
B = 50.34%

CMYK

 C value IS 0.41

 M value IS 0.61

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#8458DF (or 0x8458DF) is known color: Medium Slate Blue. HEX triplet: 84, 58 and DF. RGB value is (132,88,223). Sum of RGB (Red+Green+Blue) = 132+88+223=443 (58% of max value = 765). Red value is 132 (51.95% from 255 or 29.80% from 443); Green value is 88 (34.77% from 255 or 19.86% from 443); Blue value is 223 (87.5% from 255 or 50.34% from 443); Max value from RGB is 223 - color contains mainly: blue. Hex color #8458DF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8458DF is #7BA720. Grayscale: #747474. Windows color (decimal): -8103713 or 14637188. OLE color: 14637188.

HSL color Cylindrical-coordinate representation of color #8458DF: hue angle of 259.56º degrees, saturation: 0.68, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #8458DF is Cyan = 0.41, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 132 88 223 -
CMYK 0.41 0.61 0 0.13
HSL 259.56º 0.68% 0.61% -
HSV(B) 259.56º 0.61% 0.87% -
XYZ 26.32 17.21 71.75 -
YUV 116.55 188.08 139.02 -
System Red Green Blue C M Y K H S L
Decimal 132 88 223 0.41 0.61 0 0.13 259.56 0.68 0.61
Hex 84 58 DF 29 3D 0 D 104 44 3D
Octal 204 130 337 51 75 0 15 404 104 75
Binary 10000100 1011000 11011111 101001 111101 0 1101 100000100 1000100 111101

Color Harmonies of #8458DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8458DF

Black with #8458DF

Text Example


Text Example

White with #8458DF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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