Html Css Color HEX #7956EF Medium Slate Blue

📋 copy color: '#7956EF'

red 121 ◦ green 86 ◦ blue 239

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

Shades of Medium Slate Blue #7956EF

Tints of Medium Slate Blue #7956EF

RGB

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

 GREEN value IS 86 (33.98% from 255) = 19.28%

 BLUE value IS 239 (93.75% from 255) = 53.59%

R = 27.13%
G = 19.28%
B = 53.59%

CMYK

 C value IS 0.49

 M value IS 0.64

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#7956EF (or 0x7956EF) is known color: Medium Slate Blue. HEX triplet: 79, 56 and EF. RGB value is (121,86,239). Sum of RGB (Red+Green+Blue) = 121+86+239=446 (59% of max value = 765). Red value is 121 (47.66% from 255 or 27.13% from 446); Green value is 86 (33.98% from 255 or 19.28% from 446); Blue value is 239 (93.75% from 255 or 53.59% from 446); Max value from RGB is 239 - color contains mainly: blue. Hex color #7956EF is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7956EF is #86A910. Grayscale: #717171. Windows color (decimal): -8825105 or 15685241. OLE color: 15685241.

HSL color Cylindrical-coordinate representation of color #7956EF: hue angle of 253.73º degrees, saturation: 0.83, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #7956EF is Cyan = 0.49, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 121 86 239 -
CMYK 0.49 0.64 0 0.06
HSL 253.73º 0.83% 0.64% -
HSV(B) 253.73º 0.64% 0.94% -
XYZ 26.79 16.95 83.52 -
YUV 113.91 198.6 133.06 -
System Red Green Blue C M Y K H S L
Decimal 121 86 239 0.49 0.64 0 0.06 253.73 0.83 0.64
Hex 79 56 EF 31 40 0 6 FE 53 40
Octal 171 126 357 61 100 0 6 376 123 100
Binary 1111001 1010110 11101111 110001 1000000 0 110 11111110 1010011 1000000

Color Harmonies of #7956EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7956EF

Black with #7956EF

Text Example


Text Example

White with #7956EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7956EF; }

 p { color: rgb(121,86,239); }

 H1.HeaderClassName
 {
   color: #7956EF;
 }
 .AnyTagClassName
 {
   color: #7956EF;
 }
</style>

background-color css

<style>
 a { background-color: #7956EF; }

 a { background-color: rgb(121,86,239); }

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

border-color css

<style>
 span { border-color: #7956EF; }

 span { border-color: rgb(121,86,239); }

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