Html Css Color HEX #7D7CE6 Medium Slate Blue

📋 copy color: '#7D7CE6'

red 125 ◦ green 124 ◦ blue 230

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

Shades of Medium Slate Blue #7D7CE6

Tints of Medium Slate Blue #7D7CE6

RGB

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

 GREEN value IS 124 (48.83% from 255) = 25.89%

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

R = 26.1%
G = 25.89%
B = 48.02%

CMYK

 C value IS 0.46

 M value IS 0.46

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#7D7CE6 (or 0x7D7CE6) is known color: Medium Slate Blue. HEX triplet: 7D, 7C and E6. RGB value is (125,124,230). Sum of RGB (Red+Green+Blue) = 125+124+230=479 (63% of max value = 765). Red value is 125 (49.22% from 255 or 26.10% from 479); Green value is 124 (48.83% from 255 or 25.89% from 479); Blue value is 230 (90.23% from 255 or 48.02% from 479); Max value from RGB is 230 - color contains mainly: blue. Hex color #7D7CE6 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7D7CE6 is #828319. Grayscale: #878787. Windows color (decimal): -8553242 or 15105149. OLE color: 15105149.

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

Color convert

RGB 125 124 230 -
CMYK 0.46 0.46 0 0.10
HSL 240.57º 0.68% 0.69% -
HSV(B) 240.57º 0.46% 0.9% -
XYZ 29.95 24.49 78.01 -
YUV 136.38 180.83 119.88 -
System Red Green Blue C M Y K H S L
Decimal 125 124 230 0.46 0.46 0 0.10 240.57 0.68 0.69
Hex 7D 7C E6 2E 2E 0 A F1 44 45
Octal 175 174 346 56 56 0 12 361 104 105
Binary 1111101 1111100 11100110 101110 101110 0 1010 11110001 1000100 1000101

Color Harmonies of #7D7CE6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D7CE6

Black with #7D7CE6

Text Example


Text Example

White with #7D7CE6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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