Html Css Color HEX #8355DE Medium Slate Blue

📋 copy color: '#8355DE'

red 131 ◦ green 85 ◦ blue 222

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

Shades of Medium Slate Blue #8355DE

Tints of Medium Slate Blue #8355DE

RGB

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

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

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

R = 29.91%
G = 19.41%
B = 50.68%

CMYK

 C value IS 0.41

 M value IS 0.62

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#8355DE (or 0x8355DE) is known color: Medium Slate Blue. HEX triplet: 83, 55 and DE. RGB value is (131,85,222). Sum of RGB (Red+Green+Blue) = 131+85+222=438 (58% of max value = 765). Red value is 131 (51.56% from 255 or 29.91% from 438); Green value is 85 (33.59% from 255 or 19.41% from 438); Blue value is 222 (87.11% from 255 or 50.68% from 438); Max value from RGB is 222 - color contains mainly: blue. Hex color #8355DE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8355DE is #7CAA21. Grayscale: #717171. Windows color (decimal): -8170018 or 14570883. OLE color: 14570883.

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

Color convert

RGB 131 85 222 -
CMYK 0.41 0.62 0 0.13
HSL 260.15º 0.67% 0.6% -
HSV(B) 260.15º 0.62% 0.87% -
XYZ 25.79 16.6 70.95 -
YUV 114.37 188.74 139.86 -
System Red Green Blue C M Y K H S L
Decimal 131 85 222 0.41 0.62 0 0.13 260.15 0.67 0.6
Hex 83 55 DE 29 3E 0 D 104 43 3C
Octal 203 125 336 51 76 0 15 404 103 74
Binary 10000011 1010101 11011110 101001 111110 0 1101 100000100 1000011 111100

Color Harmonies of #8355DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8355DE

Black with #8355DE

Text Example


Text Example

White with #8355DE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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