Html Css Color HEX #8353EC Medium Slate Blue

📋 copy color: '#8353EC'

red 131 ◦ green 83 ◦ blue 236

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

Shades of Medium Slate Blue #8353EC

Tints of Medium Slate Blue #8353EC

RGB

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

 GREEN value IS 83 (32.81% from 255) = 18.44%

 BLUE value IS 236 (92.58% from 255) = 52.44%

R = 29.11%
G = 18.44%
B = 52.44%

CMYK

 C value IS 0.44

 M value IS 0.65

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#8353EC (or 0x8353EC) is known color: Medium Slate Blue. HEX triplet: 83, 53 and EC. RGB value is (131,83,236). Sum of RGB (Red+Green+Blue) = 131+83+236=450 (59% of max value = 765). Red value is 131 (51.56% from 255 or 29.11% from 450); Green value is 83 (32.81% from 255 or 18.44% from 450); Blue value is 236 (92.58% from 255 or 52.44% from 450); Max value from RGB is 236 - color contains mainly: blue. Hex color #8353EC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8353EC is #7CAC13. Grayscale: #727272. Windows color (decimal): -8170516 or 15487875. OLE color: 15487875.

HSL color Cylindrical-coordinate representation of color #8353EC: hue angle of 258.82º degrees, saturation: 0.8, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #8353EC is Cyan = 0.44, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 131 83 236 -
CMYK 0.44 0.65 0 0.07
HSL 258.82º 0.8% 0.63% -
HSV(B) 258.82º 0.65% 0.93% -
XYZ 27.59 17.07 81.2 -
YUV 114.79 196.4 139.56 -
System Red Green Blue C M Y K H S L
Decimal 131 83 236 0.44 0.65 0 0.07 258.82 0.8 0.63
Hex 83 53 EC 2C 41 0 7 103 50 3F
Octal 203 123 354 54 101 0 7 403 120 77
Binary 10000011 1010011 11101100 101100 1000001 0 111 100000011 1010000 111111

Color Harmonies of #8353EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8353EC

Black with #8353EC

Text Example


Text Example

White with #8353EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8353EC; }

 p { color: rgb(131,83,236); }

 H1.HeaderClassName
 {
   color: #8353EC;
 }
 .AnyTagClassName
 {
   color: #8353EC;
 }
</style>

background-color css

<style>
 a { background-color: #8353EC; }

 a { background-color: rgb(131,83,236); }

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

border-color css

<style>
 span { border-color: #8353EC; }

 span { border-color: rgb(131,83,236); }

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