Html Css Color HEX #8358DE Medium Slate Blue

📋 copy color: '#8358DE'

red 131 ◦ green 88 ◦ blue 222

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

Shades of Medium Slate Blue #8358DE

Tints of Medium Slate Blue #8358DE

RGB

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

 GREEN value IS 88 (34.77% from 255) = 19.95%

 BLUE value IS 222 (87.11% from 255) = 50.34%

R = 29.71%
G = 19.95%
B = 50.34%

CMYK

 C value IS 0.41

 M value IS 0.60

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#8358DE (or 0x8358DE) is known color: Medium Slate Blue. HEX triplet: 83, 58 and DE. RGB value is (131,88,222). Sum of RGB (Red+Green+Blue) = 131+88+222=441 (58% of max value = 765). Red value is 131 (51.56% from 255 or 29.71% from 441); Green value is 88 (34.77% from 255 or 19.95% from 441); Blue value is 222 (87.11% from 255 or 50.34% from 441); Max value from RGB is 222 - color contains mainly: blue. Hex color #8358DE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8358DE is #7CA721. Grayscale: #737373. Windows color (decimal): -8169250 or 14571651. OLE color: 14571651.

HSL color Cylindrical-coordinate representation of color #8358DE: hue angle of 259.25º degrees, saturation: 0.67, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #8358DE is Cyan = 0.41, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 131 88 222 -
CMYK 0.41 0.60 0 0.13
HSL 259.25º 0.67% 0.61% -
HSV(B) 259.25º 0.6% 0.87% -
XYZ 26.03 17.08 71.03 -
YUV 116.13 187.75 138.6 -
System Red Green Blue C M Y K H S L
Decimal 131 88 222 0.41 0.60 0 0.13 259.25 0.67 0.61
Hex 83 58 DE 29 3C 0 D 103 43 3D
Octal 203 130 336 51 74 0 15 403 103 75
Binary 10000011 1011000 11011110 101001 111100 0 1101 100000011 1000011 111101

Color Harmonies of #8358DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8358DE

Black with #8358DE

Text Example


Text Example

White with #8358DE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8358DE; }

 p { color: rgb(131,88,222); }

 H1.HeaderClassName
 {
   color: #8358DE;
 }
 .AnyTagClassName
 {
   color: #8358DE;
 }
</style>

background-color css

<style>
 a { background-color: #8358DE; }

 a { background-color: rgb(131,88,222); }

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

border-color css

<style>
 span { border-color: #8358DE; }

 span { border-color: rgb(131,88,222); }

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