Html Css Color HEX #7D70EB Medium Slate Blue

📋 copy color: '#7D70EB'

red 125 ◦ green 112 ◦ blue 235

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

Shades of Medium Slate Blue #7D70EB

Tints of Medium Slate Blue #7D70EB

RGB

 RED value IS 125 (49.22% from 255) = 26.48%

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

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

R = 26.48%
G = 23.73%
B = 49.79%

CMYK

 C value IS 0.47

 M value IS 0.52

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#7D70EB (or 0x7D70EB) is known color: Medium Slate Blue. HEX triplet: 7D, 70 and EB. RGB value is (125,112,235). Sum of RGB (Red+Green+Blue) = 125+112+235=472 (62% of max value = 765). Red value is 125 (49.22% from 255 or 26.48% from 472); Green value is 112 (44.14% from 255 or 23.73% 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 #7D70EB is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7D70EB is #828F14. Grayscale: #818181. Windows color (decimal): -8556309 or 15429757. OLE color: 15429757.

HSL color Cylindrical-coordinate representation of color #7D70EB: hue angle of 246.34º 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 #7D70EB is Cyan = 0.47, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 125 112 235 -
CMYK 0.47 0.52 0 0.08
HSL 246.34º 0.75% 0.68% -
HSV(B) 246.34º 0.52% 0.92% -
XYZ 29.25 21.95 81.29 -
YUV 129.91 187.31 124.5 -
System Red Green Blue C M Y K H S L
Decimal 125 112 235 0.47 0.52 0 0.08 246.34 0.75 0.68
Hex 7D 70 EB 2F 34 0 8 F6 4B 44
Octal 175 160 353 57 64 0 10 366 113 104
Binary 1111101 1110000 11101011 101111 110100 0 1000 11110110 1001011 1000100

Color Harmonies of #7D70EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D70EB

Black with #7D70EB

Text Example


Text Example

White with #7D70EB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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