Html Css Color HEX #815FDB Medium Slate Blue

📋 copy color: '#815FDB'

red 129 ◦ green 95 ◦ blue 219

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

Shades of Medium Slate Blue #815FDB

Tints of Medium Slate Blue #815FDB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 49.44%

R = 29.12%
G = 21.44%
B = 49.44%

CMYK

 C value IS 0.41

 M value IS 0.57

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#815FDB (or 0x815FDB) is known color: Medium Slate Blue. HEX triplet: 81, 5F and DB. RGB value is (129,95,219). Sum of RGB (Red+Green+Blue) = 129+95+219=443 (58% of max value = 765). Red value is 129 (50.78% from 255 or 29.12% from 443); Green value is 95 (37.5% from 255 or 21.44% from 443); Blue value is 219 (85.94% from 255 or 49.44% from 443); Max value from RGB is 219 - color contains mainly: blue. Hex color #815FDB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #815FDB is #7EA024. Grayscale: #767676. Windows color (decimal): -8298533 or 14376833. OLE color: 14376833.

HSL color Cylindrical-coordinate representation of color #815FDB: hue angle of 256.45º degrees, saturation: 0.63, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #815FDB is Cyan = 0.41, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 129 95 219 -
CMYK 0.41 0.57 0 0.14
HSL 256.45º 0.63% 0.62% -
HSV(B) 256.45º 0.57% 0.86% -
XYZ 25.93 17.97 69.12 -
YUV 119.3 184.26 134.92 -
System Red Green Blue C M Y K H S L
Decimal 129 95 219 0.41 0.57 0 0.14 256.45 0.63 0.62
Hex 81 5F DB 29 39 0 E 100 3F 3E
Octal 201 137 333 51 71 0 16 400 77 76
Binary 10000001 1011111 11011011 101001 111001 0 1110 100000000 111111 111110

Color Harmonies of #815FDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #815FDB

Black with #815FDB

Text Example


Text Example

White with #815FDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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