Html Css Color HEX #815FDD Medium Slate Blue

📋 copy color: '#815FDD'

red 129 ◦ green 95 ◦ blue 221

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

Shades of Medium Slate Blue #815FDD

Tints of Medium Slate Blue #815FDD

RGB

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

 GREEN value IS 95 (37.5% from 255) = 21.35%

 BLUE value IS 221 (86.72% from 255) = 49.66%

R = 28.99%
G = 21.35%
B = 49.66%

CMYK

 C value IS 0.42

 M value IS 0.57

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#815FDD (or 0x815FDD) is known color: Medium Slate Blue. HEX triplet: 81, 5F and DD. RGB value is (129,95,221). Sum of RGB (Red+Green+Blue) = 129+95+221=445 (58% of max value = 765). Red value is 129 (50.78% from 255 or 28.99% from 445); Green value is 95 (37.5% from 255 or 21.35% from 445); Blue value is 221 (86.72% from 255 or 49.66% from 445); Max value from RGB is 221 - color contains mainly: blue. Hex color #815FDD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #815FDD is #7EA022. Grayscale: #777777. Windows color (decimal): -8298531 or 14507905. OLE color: 14507905.

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

Color convert

RGB 129 95 221 -
CMYK 0.42 0.57 0 0.13
HSL 256.19º 0.65% 0.62% -
HSV(B) 256.19º 0.57% 0.87% -
XYZ 26.2 18.07 70.51 -
YUV 119.53 185.26 134.75 -
System Red Green Blue C M Y K H S L
Decimal 129 95 221 0.42 0.57 0 0.13 256.19 0.65 0.62
Hex 81 5F DD 2A 39 0 D 100 41 3E
Octal 201 137 335 52 71 0 15 400 101 76
Binary 10000001 1011111 11011101 101010 111001 0 1101 100000000 1000001 111110

Color Harmonies of #815FDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #815FDD

Black with #815FDD

Text Example


Text Example

White with #815FDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(129,95,221); }

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

background-color css

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

 a { background-color: rgb(129,95,221); }

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

border-color css

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

 span { border-color: rgb(129,95,221); }

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