Html Css Color HEX #7E6BDB Medium Slate Blue

📋 copy color: '#7E6BDB'

red 126 ◦ green 107 ◦ blue 219

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

Shades of Medium Slate Blue #7E6BDB

Tints of Medium Slate Blue #7E6BDB

RGB

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

 GREEN value IS 107 (42.19% from 255) = 23.67%

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

R = 27.88%
G = 23.67%
B = 48.45%

CMYK

 C value IS 0.42

 M value IS 0.51

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#7E6BDB (or 0x7E6BDB) is known color: Medium Slate Blue. HEX triplet: 7E, 6B and DB. RGB value is (126,107,219). Sum of RGB (Red+Green+Blue) = 126+107+219=452 (59% of max value = 765). Red value is 126 (49.61% from 255 or 27.88% from 452); Green value is 107 (42.19% from 255 or 23.67% from 452); Blue value is 219 (85.94% from 255 or 48.45% from 452); Max value from RGB is 219 - color contains mainly: blue. Hex color #7E6BDB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7E6BDB is #819424. Grayscale: #7D7D7D. Windows color (decimal): -8492069 or 14379902. OLE color: 14379902.

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

Color convert

RGB 126 107 219 -
CMYK 0.42 0.51 0 0.14
HSL 250.18º 0.61% 0.64% -
HSV(B) 250.18º 0.51% 0.86% -
XYZ 26.65 20.07 69.49 -
YUV 125.45 180.79 128.39 -
System Red Green Blue C M Y K H S L
Decimal 126 107 219 0.42 0.51 0 0.14 250.18 0.61 0.64
Hex 7E 6B DB 2A 33 0 E FA 3D 40
Octal 176 153 333 52 63 0 16 372 75 100
Binary 1111110 1101011 11011011 101010 110011 0 1110 11111010 111101 1000000

Color Harmonies of #7E6BDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7E6BDB

Black with #7E6BDB

Text Example


Text Example

White with #7E6BDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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