Html Css Color HEX #7D6CEC Medium Slate Blue

📋 copy color: '#7D6CEC'

red 125 ◦ green 108 ◦ blue 236

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

Shades of Medium Slate Blue #7D6CEC

Tints of Medium Slate Blue #7D6CEC

RGB

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

 GREEN value IS 108 (42.58% from 255) = 23.03%

 BLUE value IS 236 (92.58% from 255) = 50.32%

R = 26.65%
G = 23.03%
B = 50.32%

CMYK

 C value IS 0.47

 M value IS 0.54

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#7D6CEC (or 0x7D6CEC) is known color: Medium Slate Blue. HEX triplet: 7D, 6C and EC. RGB value is (125,108,236). Sum of RGB (Red+Green+Blue) = 125+108+236=469 (62% of max value = 765). Red value is 125 (49.22% from 255 or 26.65% from 469); Green value is 108 (42.58% from 255 or 23.03% from 469); Blue value is 236 (92.58% from 255 or 50.32% from 469); Max value from RGB is 236 - color contains mainly: blue. Hex color #7D6CEC is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7D6CEC is #829313. Grayscale: #7F7F7F. Windows color (decimal): -8557332 or 15494269. OLE color: 15494269.

HSL color Cylindrical-coordinate representation of color #7D6CEC: hue angle of 247.97º degrees, saturation: 0.77, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #7D6CEC is Cyan = 0.47, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 125 108 236 -
CMYK 0.47 0.54 0 0.07
HSL 247.97º 0.77% 0.67% -
HSV(B) 247.97º 0.54% 0.93% -
XYZ 28.96 21.14 81.91 -
YUV 127.68 189.13 126.09 -
System Red Green Blue C M Y K H S L
Decimal 125 108 236 0.47 0.54 0 0.07 247.97 0.77 0.67
Hex 7D 6C EC 2F 36 0 7 F8 4D 43
Octal 175 154 354 57 66 0 7 370 115 103
Binary 1111101 1101100 11101100 101111 110110 0 111 11111000 1001101 1000011

Color Harmonies of #7D6CEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D6CEC

Black with #7D6CEC

Text Example


Text Example

White with #7D6CEC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(125,108,236); }

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

background-color css

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

 a { background-color: rgb(125,108,236); }

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

border-color css

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

 span { border-color: rgb(125,108,236); }

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