Html Css Color HEX #7E61DB Medium Slate Blue

📋 copy color: '#7E61DB'

red 126 ◦ green 97 ◦ blue 219

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

Shades of Medium Slate Blue #7E61DB

Tints of Medium Slate Blue #7E61DB

RGB

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

 GREEN value IS 97 (38.28% from 255) = 21.95%

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

R = 28.51%
G = 21.95%
B = 49.55%

CMYK

 C value IS 0.42

 M value IS 0.56

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#7E61DB (or 0x7E61DB) is known color: Medium Slate Blue. HEX triplet: 7E, 61 and DB. RGB value is (126,97,219). Sum of RGB (Red+Green+Blue) = 126+97+219=442 (58% of max value = 765). Red value is 126 (49.61% from 255 or 28.51% from 442); Green value is 97 (38.28% from 255 or 21.95% from 442); Blue value is 219 (85.94% from 255 or 49.55% from 442); Max value from RGB is 219 - color contains mainly: blue. Hex color #7E61DB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7E61DB is #819E24. Grayscale: #777777. Windows color (decimal): -8494629 or 14377342. OLE color: 14377342.

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

Color convert

RGB 126 97 219 -
CMYK 0.42 0.56 0 0.14
HSL 254.26º 0.63% 0.62% -
HSV(B) 254.26º 0.56% 0.86% -
XYZ 25.67 18.1 69.16 -
YUV 119.58 184.11 132.58 -
System Red Green Blue C M Y K H S L
Decimal 126 97 219 0.42 0.56 0 0.14 254.26 0.63 0.62
Hex 7E 61 DB 2A 38 0 E FE 3F 3E
Octal 176 141 333 52 70 0 16 376 77 76
Binary 1111110 1100001 11011011 101010 111000 0 1110 11111110 111111 111110

Color Harmonies of #7E61DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7E61DB

Black with #7E61DB

Text Example


Text Example

White with #7E61DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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