#7956FF

Color #7956FF Medium Slate Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Medium Slate Blue #7956FF

Tints of Medium Slate Blue #7956FF

Color information

#7956FF (or 0x7956FF) is unknown color: approx Medium Slate Blue. HEX triplet: 79, 56 and FF. RGB value is (121,86,255). Sum of RGB (Red+Green+Blue) = 121+86+255=462 (61% of max value = 765). Red value is 121 (47.66% from 255 or 26.19% from 462); Green value is 86 (33.98% from 255 or 18.61% from 462); Blue value is 255 (100% from 255 or 55.19% from 462); Max value from RGB is 255 - color contains mainly: blue. Hex color #7956FF is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7956FF is #86A900. Grayscale: #737373. Windows color (decimal): -8825089 or 16733817. OLE color: 16733817.

HSL color Cylindrical-coordinate representation of color #7956FF: hue angle of 252.43º degrees, saturation: 1, lightness: 0.67%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #7956FF is Cyan = 0.53, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB12186255-
CMYK0.530.6600
HSL252.43º100%66.86%-
HSV(B)252.43º66.27%100%-
XYZ29.2617.9496.53-
YUV115.73206.6131.76-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 26.19%
GREEN value IS 86 (33.98% from 255) = 18.61%
BLUE value IS 255 (100% from 255) = 55.19%
R=26.19%
G=18.61%
B=55.19%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal121862550.530.6600252.4310066.86
Hex7956FF354200fc6443
Octal1711263776510200374144103
Binary11110011010110111111111101011000010001111110011001001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7956FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #7956FF;
 }
 .AnyTagClassName
 {
   color: #7956FF;
 }
</style>
background-color css

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

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

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

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

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

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