Html Css Color HEX #7D7EE6 Medium Slate Blue

📋 copy color: '#7D7EE6'

red 125 ◦ green 126 ◦ blue 230

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

Shades of Medium Slate Blue #7D7EE6

Tints of Medium Slate Blue #7D7EE6

RGB

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

 GREEN value IS 126 (49.61% from 255) = 26.2%

 BLUE value IS 230 (90.23% from 255) = 47.82%

R = 25.99%
G = 26.2%
B = 47.82%

CMYK

 C value IS 0.46

 M value IS 0.45

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#7D7EE6 (or 0x7D7EE6) is known color: Medium Slate Blue. HEX triplet: 7D, 7E and E6. RGB value is (125,126,230). Sum of RGB (Red+Green+Blue) = 125+126+230=481 (63% of max value = 765). Red value is 125 (49.22% from 255 or 25.99% from 481); Green value is 126 (49.61% from 255 or 26.20% from 481); Blue value is 230 (90.23% from 255 or 47.82% from 481); Max value from RGB is 230 - color contains mainly: blue. Hex color #7D7EE6 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7D7EE6 is #828119. Grayscale: #898989. Windows color (decimal): -8552730 or 15105661. OLE color: 15105661.

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

Color convert

RGB 125 126 230 -
CMYK 0.46 0.45 0 0.10
HSL 239.43º 0.68% 0.7% -
HSV(B) 239.43º 0.46% 0.9% -
XYZ 30.2 24.99 78.1 -
YUV 137.56 180.17 119.04 -
System Red Green Blue C M Y K H S L
Decimal 125 126 230 0.46 0.45 0 0.10 239.43 0.68 0.7
Hex 7D 7E E6 2E 2D 0 A EF 44 46
Octal 175 176 346 56 55 0 12 357 104 106
Binary 1111101 1111110 11100110 101110 101101 0 1010 11101111 1000100 1000110

Color Harmonies of #7D7EE6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D7EE6

Black with #7D7EE6

Text Example


Text Example

White with #7D7EE6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(125,126,230); }

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

background-color css

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

 a { background-color: rgb(125,126,230); }

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

border-color css

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

 span { border-color: rgb(125,126,230); }

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