Html Css Color HEX #815DDB Medium Slate Blue

📋 copy color: '#815DDB'

red 129 ◦ green 93 ◦ blue 219

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

Shades of Medium Slate Blue #815DDB

Tints of Medium Slate Blue #815DDB

RGB

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

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

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

R = 29.25%
G = 21.09%
B = 49.66%

CMYK

 C value IS 0.41

 M value IS 0.58

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#815DDB (or 0x815DDB) is known color: Medium Slate Blue. HEX triplet: 81, 5D and DB. RGB value is (129,93,219). Sum of RGB (Red+Green+Blue) = 129+93+219=441 (58% of max value = 765). Red value is 129 (50.78% from 255 or 29.25% from 441); Green value is 93 (36.72% from 255 or 21.09% from 441); Blue value is 219 (85.94% from 255 or 49.66% from 441); Max value from RGB is 219 - color contains mainly: blue. Hex color #815DDB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #815DDB is #7EA224. Grayscale: #757575. Windows color (decimal): -8299045 or 14376321. OLE color: 14376321.

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

Color convert

RGB 129 93 219 -
CMYK 0.41 0.58 0 0.14
HSL 257.14º 0.64% 0.61% -
HSV(B) 257.14º 0.58% 0.86% -
XYZ 25.75 17.61 69.06 -
YUV 118.13 184.93 135.75 -
System Red Green Blue C M Y K H S L
Decimal 129 93 219 0.41 0.58 0 0.14 257.14 0.64 0.61
Hex 81 5D DB 29 3A 0 E 101 40 3D
Octal 201 135 333 51 72 0 16 401 100 75
Binary 10000001 1011101 11011011 101001 111010 0 1110 100000001 1000000 111101

Color Harmonies of #815DDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #815DDB

Black with #815DDB

Text Example


Text Example

White with #815DDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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