Html Css Color HEX #8370EB Medium Slate Blue

📋 copy color: '#8370EB'

red 131 ◦ green 112 ◦ blue 235

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

Shades of Medium Slate Blue #8370EB

Tints of Medium Slate Blue #8370EB

RGB

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

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

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

R = 27.41%
G = 23.43%
B = 49.16%

CMYK

 C value IS 0.44

 M value IS 0.52

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#8370EB (or 0x8370EB) is known color: Medium Slate Blue. HEX triplet: 83, 70 and EB. RGB value is (131,112,235). Sum of RGB (Red+Green+Blue) = 131+112+235=478 (63% of max value = 765). Red value is 131 (51.56% from 255 or 27.41% from 478); Green value is 112 (44.14% from 255 or 23.43% from 478); Blue value is 235 (92.19% from 255 or 49.16% from 478); Max value from RGB is 235 - color contains mainly: blue. Hex color #8370EB is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8370EB is #7C8F14. Grayscale: #838383. Windows color (decimal): -8163093 or 15429763. OLE color: 15429763.

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

Color convert

RGB 131 112 235 -
CMYK 0.44 0.52 0 0.08
HSL 249.27º 0.75% 0.68% -
HSV(B) 249.27º 0.52% 0.92% -
XYZ 30.15 22.41 81.33 -
YUV 131.7 186.29 127.5 -
System Red Green Blue C M Y K H S L
Decimal 131 112 235 0.44 0.52 0 0.08 249.27 0.75 0.68
Hex 83 70 EB 2C 34 0 8 F9 4B 44
Octal 203 160 353 54 64 0 10 371 113 104
Binary 10000011 1110000 11101011 101100 110100 0 1000 11111001 1001011 1000100

Color Harmonies of #8370EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8370EB

Black with #8370EB

Text Example


Text Example

White with #8370EB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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