Html Css Color HEX #7956FB Medium Slate Blue

📋 copy color: '#7956FB'

red 121 ◦ green 86 ◦ blue 251

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

Shades of Medium Slate Blue #7956FB

Tints of Medium Slate Blue #7956FB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 54.8%

R = 26.42%
G = 18.78%
B = 54.8%

CMYK

 C value IS 0.52

 M value IS 0.66

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#7956FB (or 0x7956FB) is known color: Medium Slate Blue. HEX triplet: 79, 56 and FB. RGB value is (121,86,251). Sum of RGB (Red+Green+Blue) = 121+86+251=458 (60% of max value = 765). Red value is 121 (47.66% from 255 or 26.42% from 458); Green value is 86 (33.98% from 255 or 18.78% from 458); Blue value is 251 (98.44% from 255 or 54.80% from 458); Max value from RGB is 251 - color contains mainly: blue. Hex color #7956FB is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7956FB is #86A904. Grayscale: #727272. Windows color (decimal): -8825093 or 16471673. OLE color: 16471673.

HSL color Cylindrical-coordinate representation of color #7956FB: hue angle of 252.73º degrees, saturation: 0.95, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #7956FB is Cyan = 0.52, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 121 86 251 -
CMYK 0.52 0.66 0 0.02
HSL 252.73º 0.95% 0.66% -
HSV(B) 252.73º 0.66% 0.98% -
XYZ 28.63 17.69 93.17 -
YUV 115.28 204.6 132.08 -
System Red Green Blue C M Y K H S L
Decimal 121 86 251 0.52 0.66 0 0.02 252.73 0.95 0.66
Hex 79 56 FB 34 42 0 2 FD 5F 42
Octal 171 126 373 64 102 0 2 375 137 102
Binary 1111001 1010110 11111011 110100 1000010 0 10 11111101 1011111 1000010

Color Harmonies of #7956FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7956FB

Black with #7956FB

Text Example


Text Example

White with #7956FB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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