Html Css Color HEX #815DEC Medium Slate Blue

📋 copy color: '#815DEC'

red 129 ◦ green 93 ◦ blue 236

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

Shades of Medium Slate Blue #815DEC

Tints of Medium Slate Blue #815DEC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 51.53%

R = 28.17%
G = 20.31%
B = 51.53%

CMYK

 C value IS 0.45

 M value IS 0.61

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#815DEC (or 0x815DEC) is known color: Medium Slate Blue. HEX triplet: 81, 5D and EC. RGB value is (129,93,236). Sum of RGB (Red+Green+Blue) = 129+93+236=458 (60% of max value = 765). Red value is 129 (50.78% from 255 or 28.17% from 458); Green value is 93 (36.72% from 255 or 20.31% from 458); Blue value is 236 (92.58% from 255 or 51.53% from 458); Max value from RGB is 236 - color contains mainly: blue. Hex color #815DEC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #815DEC is #7EA213. Grayscale: #777777. Windows color (decimal): -8299028 or 15490433. OLE color: 15490433.

HSL color Cylindrical-coordinate representation of color #815DEC: hue angle of 255.1º degrees, saturation: 0.79, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #815DEC is Cyan = 0.45, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 129 93 236 -
CMYK 0.45 0.61 0 0.07
HSL 255.1º 0.79% 0.65% -
HSV(B) 255.1º 0.61% 0.93% -
XYZ 28.11 18.55 81.46 -
YUV 120.07 193.43 134.37 -
System Red Green Blue C M Y K H S L
Decimal 129 93 236 0.45 0.61 0 0.07 255.1 0.79 0.65
Hex 81 5D EC 2D 3D 0 7 FF 4F 41
Octal 201 135 354 55 75 0 7 377 117 101
Binary 10000001 1011101 11101100 101101 111101 0 111 11111111 1001111 1000001

Color Harmonies of #815DEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #815DEC

Black with #815DEC

Text Example


Text Example

White with #815DEC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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