Html Css Color HEX #7950EC Medium Slate Blue

📋 copy color: '#7950EC'

red 121 ◦ green 80 ◦ blue 236

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

Shades of Medium Slate Blue #7950EC

Tints of Medium Slate Blue #7950EC

RGB

 RED value IS 121 (47.66% from 255) = 27.69%

 GREEN value IS 80 (31.64% from 255) = 18.31%

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

R = 27.69%
G = 18.31%
B = 54%

CMYK

 C value IS 0.49

 M value IS 0.66

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#7950EC (or 0x7950EC) is known color: Medium Slate Blue. HEX triplet: 79, 50 and EC. RGB value is (121,80,236). Sum of RGB (Red+Green+Blue) = 121+80+236=437 (57% of max value = 765). Red value is 121 (47.66% from 255 or 27.69% from 437); Green value is 80 (31.64% from 255 or 18.31% from 437); Blue value is 236 (92.58% from 255 or 54.00% from 437); Max value from RGB is 236 - color contains mainly: blue. Hex color #7950EC is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7950EC is #86AF13. Grayscale: #6D6D6D. Windows color (decimal): -8826644 or 15487097. OLE color: 15487097.

HSL color Cylindrical-coordinate representation of color #7950EC: hue angle of 255.77º degrees, saturation: 0.8, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #7950EC is Cyan = 0.49, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 121 80 236 -
CMYK 0.49 0.66 0 0.07
HSL 255.77º 0.8% 0.62% -
HSV(B) 255.77º 0.66% 0.93% -
XYZ 25.89 15.86 81.05 -
YUV 110.04 199.08 135.82 -
System Red Green Blue C M Y K H S L
Decimal 121 80 236 0.49 0.66 0 0.07 255.77 0.8 0.62
Hex 79 50 EC 31 42 0 7 100 50 3E
Octal 171 120 354 61 102 0 7 400 120 76
Binary 1111001 1010000 11101100 110001 1000010 0 111 100000000 1010000 111110

Color Harmonies of #7950EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7950EC

Black with #7950EC

Text Example


Text Example

White with #7950EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7950EC; }

 p { color: rgb(121,80,236); }

 H1.HeaderClassName
 {
   color: #7950EC;
 }
 .AnyTagClassName
 {
   color: #7950EC;
 }
</style>

background-color css

<style>
 a { background-color: #7950EC; }

 a { background-color: rgb(121,80,236); }

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

border-color css

<style>
 span { border-color: #7950EC; }

 span { border-color: rgb(121,80,236); }

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