Html Css Color HEX #815BDB Medium Slate Blue

📋 copy color: '#815BDB'

red 129 ◦ green 91 ◦ blue 219

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

Shades of Medium Slate Blue #815BDB

Tints of Medium Slate Blue #815BDB

RGB

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

 GREEN value IS 91 (35.94% from 255) = 20.73%

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

R = 29.38%
G = 20.73%
B = 49.89%

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

#815BDB (or 0x815BDB) is known color: Medium Slate Blue. HEX triplet: 81, 5B and DB. RGB value is (129,91,219). Sum of RGB (Red+Green+Blue) = 129+91+219=439 (58% of max value = 765). Red value is 129 (50.78% from 255 or 29.38% from 439); Green value is 91 (35.94% from 255 or 20.73% from 439); Blue value is 219 (85.94% from 255 or 49.89% from 439); Max value from RGB is 219 - color contains mainly: blue. Hex color #815BDB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #815BDB is #7EA424. Grayscale: #747474. Windows color (decimal): -8299557 or 14375809. OLE color: 14375809.

HSL color Cylindrical-coordinate representation of color #815BDB: hue angle of 257.81º 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 #815BDB is Cyan = 0.41, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 129 91 219 -
CMYK 0.41 0.58 0 0.14
HSL 257.81º 0.64% 0.61% -
HSV(B) 257.81º 0.58% 0.86% -
XYZ 25.58 17.26 69 -
YUV 116.95 185.59 136.59 -
System Red Green Blue C M Y K H S L
Decimal 129 91 219 0.41 0.58 0 0.14 257.81 0.64 0.61
Hex 81 5B DB 29 3A 0 E 102 40 3D
Octal 201 133 333 51 72 0 16 402 100 75
Binary 10000001 1011011 11011011 101001 111010 0 1110 100000010 1000000 111101

Color Harmonies of #815BDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #815BDB

Black with #815BDB

Text Example


Text Example

White with #815BDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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