Html Css Color HEX #8373EB Medium Slate Blue

📋 copy color: '#8373EB'

red 131 ◦ green 115 ◦ blue 235

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

Shades of Medium Slate Blue #8373EB

Tints of Medium Slate Blue #8373EB

RGB

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

 GREEN value IS 115 (45.31% from 255) = 23.91%

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

R = 27.23%
G = 23.91%
B = 48.86%

CMYK

 C value IS 0.44

 M value IS 0.51

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#8373EB (or 0x8373EB) is known color: Medium Slate Blue. HEX triplet: 83, 73 and EB. RGB value is (131,115,235). Sum of RGB (Red+Green+Blue) = 131+115+235=481 (63% of max value = 765). Red value is 131 (51.56% from 255 or 27.23% from 481); Green value is 115 (45.31% from 255 or 23.91% from 481); Blue value is 235 (92.19% from 255 or 48.86% from 481); Max value from RGB is 235 - color contains mainly: blue. Hex color #8373EB is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8373EB is #7C8C14. Grayscale: #858585. Windows color (decimal): -8162325 or 15430531. OLE color: 15430531.

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

Color convert

RGB 131 115 235 -
CMYK 0.44 0.51 0 0.08
HSL 248º 0.75% 0.69% -
HSV(B) 248º 0.51% 0.92% -
XYZ 30.49 23.08 81.45 -
YUV 133.46 185.3 126.24 -
System Red Green Blue C M Y K H S L
Decimal 131 115 235 0.44 0.51 0 0.08 248 0.75 0.69
Hex 83 73 EB 2C 33 0 8 F8 4B 45
Octal 203 163 353 54 63 0 10 370 113 105
Binary 10000011 1110011 11101011 101100 110011 0 1000 11111000 1001011 1000101

Color Harmonies of #8373EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8373EB

Black with #8373EB

Text Example


Text Example

White with #8373EB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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