Html Css Color HEX #7E6FEB Medium Slate Blue

📋 copy color: '#7E6FEB'

red 126 ◦ green 111 ◦ blue 235

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

Shades of Medium Slate Blue #7E6FEB

Tints of Medium Slate Blue #7E6FEB

RGB

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

 GREEN value IS 111 (43.75% from 255) = 23.52%

 BLUE value IS 235 (92.19% from 255) = 49.79%

R = 26.69%
G = 23.52%
B = 49.79%

CMYK

 C value IS 0.46

 M value IS 0.53

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#7E6FEB (or 0x7E6FEB) is known color: Medium Slate Blue. HEX triplet: 7E, 6F and EB. RGB value is (126,111,235). Sum of RGB (Red+Green+Blue) = 126+111+235=472 (62% of max value = 765). Red value is 126 (49.61% from 255 or 26.69% from 472); Green value is 111 (43.75% from 255 or 23.52% from 472); Blue value is 235 (92.19% from 255 or 49.79% from 472); Max value from RGB is 235 - color contains mainly: blue. Hex color #7E6FEB is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7E6FEB is #819014. Grayscale: #818181. Windows color (decimal): -8491029 or 15429502. OLE color: 15429502.

HSL color Cylindrical-coordinate representation of color #7E6FEB: hue angle of 247.26º degrees, saturation: 0.76, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #7E6FEB is Cyan = 0.46, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 126 111 235 -
CMYK 0.46 0.53 0 0.08
HSL 247.26º 0.76% 0.68% -
HSV(B) 247.26º 0.53% 0.92% -
XYZ 29.28 21.8 81.26 -
YUV 129.62 187.47 125.42 -
System Red Green Blue C M Y K H S L
Decimal 126 111 235 0.46 0.53 0 0.08 247.26 0.76 0.68
Hex 7E 6F EB 2E 35 0 8 F7 4C 44
Octal 176 157 353 56 65 0 10 367 114 104
Binary 1111110 1101111 11101011 101110 110101 0 1000 11110111 1001100 1000100

Color Harmonies of #7E6FEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7E6FEB

Black with #7E6FEB

Text Example


Text Example

White with #7E6FEB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(126,111,235); }

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

background-color css

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

 a { background-color: rgb(126,111,235); }

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

border-color css

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

 span { border-color: rgb(126,111,235); }

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