Html Css Color HEX #815CDB Medium Slate Blue

📋 copy color: '#815CDB'

red 129 ◦ green 92 ◦ blue 219

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

Shades of Medium Slate Blue #815CDB

Tints of Medium Slate Blue #815CDB

RGB

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

 GREEN value IS 92 (36.33% from 255) = 20.91%

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

R = 29.32%
G = 20.91%
B = 49.77%

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

#815CDB (or 0x815CDB) is known color: Medium Slate Blue. HEX triplet: 81, 5C and DB. RGB value is (129,92,219). Sum of RGB (Red+Green+Blue) = 129+92+219=440 (58% of max value = 765). Red value is 129 (50.78% from 255 or 29.32% from 440); Green value is 92 (36.33% from 255 or 20.91% from 440); Blue value is 219 (85.94% from 255 or 49.77% from 440); Max value from RGB is 219 - color contains mainly: blue. Hex color #815CDB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #815CDB is #7EA324. Grayscale: #757575. Windows color (decimal): -8299301 or 14376065. OLE color: 14376065.

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

Color convert

RGB 129 92 219 -
CMYK 0.41 0.58 0 0.14
HSL 257.48º 0.64% 0.61% -
HSV(B) 257.48º 0.58% 0.86% -
XYZ 25.67 17.44 69.03 -
YUV 117.54 185.26 136.17 -
System Red Green Blue C M Y K H S L
Decimal 129 92 219 0.41 0.58 0 0.14 257.48 0.64 0.61
Hex 81 5C DB 29 3A 0 E 101 40 3D
Octal 201 134 333 51 72 0 16 401 100 75
Binary 10000001 1011100 11011011 101001 111010 0 1110 100000001 1000000 111101

Color Harmonies of #815CDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #815CDB

Black with #815CDB

Text Example


Text Example

White with #815CDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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