Html Css Color HEX #7D70E5 Medium Slate Blue

📋 copy color: '#7D70E5'

red 125 ◦ green 112 ◦ blue 229

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

Shades of Medium Slate Blue #7D70E5

Tints of Medium Slate Blue #7D70E5

RGB

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

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

 BLUE value IS 229 (89.84% from 255) = 49.14%

R = 26.82%
G = 24.03%
B = 49.14%

CMYK

 C value IS 0.45

 M value IS 0.51

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#7D70E5 (or 0x7D70E5) is known color: Medium Slate Blue. HEX triplet: 7D, 70 and E5. RGB value is (125,112,229). Sum of RGB (Red+Green+Blue) = 125+112+229=466 (61% of max value = 765). Red value is 125 (49.22% from 255 or 26.82% from 466); Green value is 112 (44.14% from 255 or 24.03% from 466); Blue value is 229 (89.84% from 255 or 49.14% from 466); Max value from RGB is 229 - color contains mainly: blue. Hex color #7D70E5 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7D70E5 is #828F1A. Grayscale: #808080. Windows color (decimal): -8556315 or 15036541. OLE color: 15036541.

HSL color Cylindrical-coordinate representation of color #7D70E5: hue angle of 246.67º degrees, saturation: 0.69, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #7D70E5 is Cyan = 0.45, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 125 112 229 -
CMYK 0.45 0.51 0 0.10
HSL 246.67º 0.69% 0.67% -
HSV(B) 246.67º 0.51% 0.9% -
XYZ 28.39 21.61 76.8 -
YUV 129.23 184.31 124.99 -
System Red Green Blue C M Y K H S L
Decimal 125 112 229 0.45 0.51 0 0.10 246.67 0.69 0.67
Hex 7D 70 E5 2D 33 0 A F7 45 43
Octal 175 160 345 55 63 0 12 367 105 103
Binary 1111101 1110000 11100101 101101 110011 0 1010 11110111 1000101 1000011

Color Harmonies of #7D70E5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D70E5

Black with #7D70E5

Text Example


Text Example

White with #7D70E5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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