Html Css Color HEX #8370ED Medium Slate Blue

📋 copy color: '#8370ED'

red 131 ◦ green 112 ◦ blue 237

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

Shades of Medium Slate Blue #8370ED

Tints of Medium Slate Blue #8370ED

RGB

 RED value IS 131 (51.56% from 255) = 27.29%

 GREEN value IS 112 (44.14% from 255) = 23.33%

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

R = 27.29%
G = 23.33%
B = 49.38%

CMYK

 C value IS 0.45

 M value IS 0.53

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#8370ED (or 0x8370ED) is known color: Medium Slate Blue. HEX triplet: 83, 70 and ED. RGB value is (131,112,237). Sum of RGB (Red+Green+Blue) = 131+112+237=480 (63% of max value = 765). Red value is 131 (51.56% from 255 or 27.29% from 480); Green value is 112 (44.14% from 255 or 23.33% from 480); Blue value is 237 (92.97% from 255 or 49.38% from 480); Max value from RGB is 237 - color contains mainly: blue. Hex color #8370ED is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8370ED is #7C8F12. Grayscale: #838383. Windows color (decimal): -8163091 or 15560835. OLE color: 15560835.

HSL color Cylindrical-coordinate representation of color #8370ED: hue angle of 249.12º degrees, saturation: 0.78, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #8370ED is Cyan = 0.45, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 131 112 237 -
CMYK 0.45 0.53 0 0.07
HSL 249.12º 0.78% 0.68% -
HSV(B) 249.12º 0.53% 0.93% -
XYZ 30.44 22.53 82.86 -
YUV 131.93 187.29 127.34 -
System Red Green Blue C M Y K H S L
Decimal 131 112 237 0.45 0.53 0 0.07 249.12 0.78 0.68
Hex 83 70 ED 2D 35 0 7 F9 4E 44
Octal 203 160 355 55 65 0 7 371 116 104
Binary 10000011 1110000 11101101 101101 110101 0 111 11111001 1001110 1000100

Color Harmonies of #8370ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8370ED

Black with #8370ED

Text Example


Text Example

White with #8370ED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(131,112,237); }

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

background-color css

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

 a { background-color: rgb(131,112,237); }

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

border-color css

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

 span { border-color: rgb(131,112,237); }

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