Html Css Color HEX #8353EB Medium Slate Blue

📋 copy color: '#8353EB'

red 131 ◦ green 83 ◦ blue 235

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

Shades of Medium Slate Blue #8353EB

Tints of Medium Slate Blue #8353EB

RGB

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

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

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

R = 29.18%
G = 18.49%
B = 52.34%

CMYK

 C value IS 0.44

 M value IS 0.65

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#8353EB (or 0x8353EB) is known color: Medium Slate Blue. HEX triplet: 83, 53 and EB. RGB value is (131,83,235). Sum of RGB (Red+Green+Blue) = 131+83+235=449 (59% of max value = 765). Red value is 131 (51.56% from 255 or 29.18% from 449); Green value is 83 (32.81% from 255 or 18.49% from 449); Blue value is 235 (92.19% from 255 or 52.34% from 449); Max value from RGB is 235 - color contains mainly: blue. Hex color #8353EB is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8353EB is #7CAC14. Grayscale: #727272. Windows color (decimal): -8170517 or 15422339. OLE color: 15422339.

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

Color convert

RGB 131 83 235 -
CMYK 0.44 0.65 0 0.08
HSL 258.95º 0.79% 0.62% -
HSV(B) 258.95º 0.65% 0.92% -
XYZ 27.45 17.01 80.43 -
YUV 114.68 195.9 139.64 -
System Red Green Blue C M Y K H S L
Decimal 131 83 235 0.44 0.65 0 0.08 258.95 0.79 0.62
Hex 83 53 EB 2C 41 0 8 103 4F 3E
Octal 203 123 353 54 101 0 10 403 117 76
Binary 10000011 1010011 11101011 101100 1000001 0 1000 100000011 1001111 111110

Color Harmonies of #8353EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8353EB

Black with #8353EB

Text Example


Text Example

White with #8353EB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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