Html Css Color HEX #8355EB Medium Slate Blue

📋 copy color: '#8355EB'

red 131 ◦ green 85 ◦ blue 235

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

Shades of Medium Slate Blue #8355EB

Tints of Medium Slate Blue #8355EB

RGB

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

 GREEN value IS 85 (33.59% from 255) = 18.85%

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

R = 29.05%
G = 18.85%
B = 52.11%

CMYK

 C value IS 0.44

 M value IS 0.64

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#8355EB (or 0x8355EB) is known color: Medium Slate Blue. HEX triplet: 83, 55 and EB. RGB value is (131,85,235). Sum of RGB (Red+Green+Blue) = 131+85+235=451 (59% of max value = 765). Red value is 131 (51.56% from 255 or 29.05% from 451); Green value is 85 (33.59% from 255 or 18.85% from 451); Blue value is 235 (92.19% from 255 or 52.11% from 451); Max value from RGB is 235 - color contains mainly: blue. Hex color #8355EB is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8355EB is #7CAA14. Grayscale: #737373. Windows color (decimal): -8170005 or 15422851. OLE color: 15422851.

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

Color convert

RGB 131 85 235 -
CMYK 0.44 0.64 0 0.08
HSL 258.4º 0.79% 0.63% -
HSV(B) 258.4º 0.64% 0.92% -
XYZ 27.6 17.32 80.49 -
YUV 115.85 195.24 138.8 -
System Red Green Blue C M Y K H S L
Decimal 131 85 235 0.44 0.64 0 0.08 258.4 0.79 0.63
Hex 83 55 EB 2C 40 0 8 102 4F 3F
Octal 203 125 353 54 100 0 10 402 117 77
Binary 10000011 1010101 11101011 101100 1000000 0 1000 100000010 1001111 111111

Color Harmonies of #8355EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8355EB

Black with #8355EB

Text Example


Text Example

White with #8355EB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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