Html Css Color HEX #7E74EB Medium Slate Blue

📋 copy color: '#7E74EB'

red 126 ◦ green 116 ◦ blue 235

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

Shades of Medium Slate Blue #7E74EB

Tints of Medium Slate Blue #7E74EB

RGB

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

 GREEN value IS 116 (45.7% from 255) = 24.32%

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

R = 26.42%
G = 24.32%
B = 49.27%

CMYK

 C value IS 0.46

 M value IS 0.51

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#7E74EB (or 0x7E74EB) is known color: Medium Slate Blue. HEX triplet: 7E, 74 and EB. RGB value is (126,116,235). Sum of RGB (Red+Green+Blue) = 126+116+235=477 (63% of max value = 765). Red value is 126 (49.61% from 255 or 26.42% from 477); Green value is 116 (45.70% from 255 or 24.32% from 477); Blue value is 235 (92.19% from 255 or 49.27% from 477); Max value from RGB is 235 - color contains mainly: blue. Hex color #7E74EB is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7E74EB is #818B14. Grayscale: #848484. Windows color (decimal): -8489749 or 15430782. OLE color: 15430782.

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

Color convert

RGB 126 116 235 -
CMYK 0.46 0.51 0 0.08
HSL 245.04º 0.75% 0.69% -
HSV(B) 245.04º 0.51% 0.92% -
XYZ 29.84 22.92 81.45 -
YUV 132.56 185.81 123.32 -
System Red Green Blue C M Y K H S L
Decimal 126 116 235 0.46 0.51 0 0.08 245.04 0.75 0.69
Hex 7E 74 EB 2E 33 0 8 F5 4B 45
Octal 176 164 353 56 63 0 10 365 113 105
Binary 1111110 1110100 11101011 101110 110011 0 1000 11110101 1001011 1000101

Color Harmonies of #7E74EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7E74EB

Black with #7E74EB

Text Example


Text Example

White with #7E74EB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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