Html Css Color HEX #7E5BDB Medium Slate Blue

📋 copy color: '#7E5BDB'

red 126 ◦ green 91 ◦ blue 219

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

Shades of Medium Slate Blue #7E5BDB

Tints of Medium Slate Blue #7E5BDB

RGB

 RED value IS 126 (49.61% from 255) = 28.9%

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

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

R = 28.9%
G = 20.87%
B = 50.23%

CMYK

 C value IS 0.42

 M value IS 0.58

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#7E5BDB (or 0x7E5BDB) is known color: Medium Slate Blue. HEX triplet: 7E, 5B and DB. RGB value is (126,91,219). Sum of RGB (Red+Green+Blue) = 126+91+219=436 (57% of max value = 765). Red value is 126 (49.61% from 255 or 28.90% from 436); Green value is 91 (35.94% from 255 or 20.87% from 436); Blue value is 219 (85.94% from 255 or 50.23% from 436); Max value from RGB is 219 - color contains mainly: blue. Hex color #7E5BDB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7E5BDB is #81A424. Grayscale: #737373. Windows color (decimal): -8496165 or 14375806. OLE color: 14375806.

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

Color convert

RGB 126 91 219 -
CMYK 0.42 0.58 0 0.14
HSL 256.41º 0.64% 0.61% -
HSV(B) 256.41º 0.58% 0.86% -
XYZ 25.13 17.03 68.98 -
YUV 116.06 186.1 135.09 -
System Red Green Blue C M Y K H S L
Decimal 126 91 219 0.42 0.58 0 0.14 256.41 0.64 0.61
Hex 7E 5B DB 2A 3A 0 E 100 40 3D
Octal 176 133 333 52 72 0 16 400 100 75
Binary 1111110 1011011 11011011 101010 111010 0 1110 100000000 1000000 111101

Color Harmonies of #7E5BDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7E5BDB

Black with #7E5BDB

Text Example


Text Example

White with #7E5BDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7E5BDB; }

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

 H1.HeaderClassName
 {
   color: #7E5BDB;
 }
 .AnyTagClassName
 {
   color: #7E5BDB;
 }
</style>

background-color css

<style>
 a { background-color: #7E5BDB; }

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

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

border-color css

<style>
 span { border-color: #7E5BDB; }

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

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