Html Css Color HEX #7E70EB Medium Slate Blue

📋 copy color: '#7E70EB'

red 126 ◦ green 112 ◦ blue 235

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

Shades of Medium Slate Blue #7E70EB

Tints of Medium Slate Blue #7E70EB

RGB

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

 GREEN value IS 112 (44.14% from 255) = 23.68%

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

R = 26.64%
G = 23.68%
B = 49.68%

CMYK

 C value IS 0.46

 M value IS 0.52

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#7E70EB (or 0x7E70EB) is known color: Medium Slate Blue. HEX triplet: 7E, 70 and EB. RGB value is (126,112,235). Sum of RGB (Red+Green+Blue) = 126+112+235=473 (62% of max value = 765). Red value is 126 (49.61% from 255 or 26.64% from 473); Green value is 112 (44.14% from 255 or 23.68% from 473); Blue value is 235 (92.19% from 255 or 49.68% from 473); Max value from RGB is 235 - color contains mainly: blue. Hex color #7E70EB is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7E70EB is #818F14. Grayscale: #818181. Windows color (decimal): -8490773 or 15429758. OLE color: 15429758.

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

Color convert

RGB 126 112 235 -
CMYK 0.46 0.52 0 0.08
HSL 246.83º 0.75% 0.68% -
HSV(B) 246.83º 0.52% 0.92% -
XYZ 29.39 22.02 81.3 -
YUV 130.21 187.14 125 -
System Red Green Blue C M Y K H S L
Decimal 126 112 235 0.46 0.52 0 0.08 246.83 0.75 0.68
Hex 7E 70 EB 2E 34 0 8 F7 4B 44
Octal 176 160 353 56 64 0 10 367 113 104
Binary 1111110 1110000 11101011 101110 110100 0 1000 11110111 1001011 1000100

Color Harmonies of #7E70EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7E70EB

Black with #7E70EB

Text Example


Text Example

White with #7E70EB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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