Html Css Color HEX #7E66DB Medium Slate Blue

📋 copy color: '#7E66DB'

red 126 ◦ green 102 ◦ blue 219

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

Shades of Medium Slate Blue #7E66DB

Tints of Medium Slate Blue #7E66DB

RGB

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

 GREEN value IS 102 (40.23% from 255) = 22.82%

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

R = 28.19%
G = 22.82%
B = 48.99%

CMYK

 C value IS 0.42

 M value IS 0.53

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#7E66DB (or 0x7E66DB) is known color: Medium Slate Blue. HEX triplet: 7E, 66 and DB. RGB value is (126,102,219). Sum of RGB (Red+Green+Blue) = 126+102+219=447 (59% of max value = 765). Red value is 126 (49.61% from 255 or 28.19% from 447); Green value is 102 (40.23% from 255 or 22.82% from 447); Blue value is 219 (85.94% from 255 or 48.99% from 447); Max value from RGB is 219 - color contains mainly: blue. Hex color #7E66DB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7E66DB is #819924. Grayscale: #7A7A7A. Windows color (decimal): -8493349 or 14378622. OLE color: 14378622.

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

Color convert

RGB 126 102 219 -
CMYK 0.42 0.53 0 0.14
HSL 252.31º 0.62% 0.63% -
HSV(B) 252.31º 0.53% 0.86% -
XYZ 26.14 19.05 69.32 -
YUV 122.51 182.45 130.49 -
System Red Green Blue C M Y K H S L
Decimal 126 102 219 0.42 0.53 0 0.14 252.31 0.62 0.63
Hex 7E 66 DB 2A 35 0 E FC 3E 3F
Octal 176 146 333 52 65 0 16 374 76 77
Binary 1111110 1100110 11011011 101010 110101 0 1110 11111100 111110 111111

Color Harmonies of #7E66DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7E66DB

Black with #7E66DB

Text Example


Text Example

White with #7E66DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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