Html Css Color HEX #815DDF Medium Slate Blue

📋 copy color: '#815DDF'

red 129 ◦ green 93 ◦ blue 223

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

Shades of Medium Slate Blue #815DDF

Tints of Medium Slate Blue #815DDF

RGB

 RED value IS 129 (50.78% from 255) = 28.99%

 GREEN value IS 93 (36.72% from 255) = 20.9%

 BLUE value IS 223 (87.5% from 255) = 50.11%

R = 28.99%
G = 20.9%
B = 50.11%

CMYK

 C value IS 0.42

 M value IS 0.58

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#815DDF (or 0x815DDF) is known color: Medium Slate Blue. HEX triplet: 81, 5D and DF. RGB value is (129,93,223). Sum of RGB (Red+Green+Blue) = 129+93+223=445 (58% of max value = 765). Red value is 129 (50.78% from 255 or 28.99% from 445); Green value is 93 (36.72% from 255 or 20.90% from 445); Blue value is 223 (87.5% from 255 or 50.11% from 445); Max value from RGB is 223 - color contains mainly: blue. Hex color #815DDF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #815DDF is #7EA220. Grayscale: #767676. Windows color (decimal): -8299041 or 14638465. OLE color: 14638465.

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

Color convert

RGB 129 93 223 -
CMYK 0.42 0.58 0 0.13
HSL 256.62º 0.67% 0.62% -
HSV(B) 256.62º 0.58% 0.87% -
XYZ 26.29 17.82 71.87 -
YUV 118.58 186.93 135.43 -
System Red Green Blue C M Y K H S L
Decimal 129 93 223 0.42 0.58 0 0.13 256.62 0.67 0.62
Hex 81 5D DF 2A 3A 0 D 101 43 3E
Octal 201 135 337 52 72 0 15 401 103 76
Binary 10000001 1011101 11011111 101010 111010 0 1101 100000001 1000011 111110

Color Harmonies of #815DDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #815DDF

Black with #815DDF

Text Example


Text Example

White with #815DDF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #815DDF; }

 p { color: rgb(129,93,223); }

 H1.HeaderClassName
 {
   color: #815DDF;
 }
 .AnyTagClassName
 {
   color: #815DDF;
 }
</style>

background-color css

<style>
 a { background-color: #815DDF; }

 a { background-color: rgb(129,93,223); }

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

border-color css

<style>
 span { border-color: #815DDF; }

 span { border-color: rgb(129,93,223); }

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