Html Css Color HEX #7954FB Medium Slate Blue

📋 copy color: '#7954FB'

red 121 ◦ green 84 ◦ blue 251

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

Shades of Medium Slate Blue #7954FB

Tints of Medium Slate Blue #7954FB

RGB

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

 GREEN value IS 84 (33.2% from 255) = 18.42%

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

R = 26.54%
G = 18.42%
B = 55.04%

CMYK

 C value IS 0.52

 M value IS 0.67

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#7954FB (or 0x7954FB) is known color: Medium Slate Blue. HEX triplet: 79, 54 and FB. RGB value is (121,84,251). Sum of RGB (Red+Green+Blue) = 121+84+251=456 (60% of max value = 765). Red value is 121 (47.66% from 255 or 26.54% from 456); Green value is 84 (33.20% from 255 or 18.42% from 456); Blue value is 251 (98.44% from 255 or 55.04% from 456); Max value from RGB is 251 - color contains mainly: blue. Hex color #7954FB is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7954FB is #86AB04. Grayscale: #717171. Windows color (decimal): -8825605 or 16471161. OLE color: 16471161.

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

Color convert

RGB 121 84 251 -
CMYK 0.52 0.67 0 0.02
HSL 253.29º 0.95% 0.66% -
HSV(B) 253.29º 0.67% 0.98% -
XYZ 28.47 17.37 93.12 -
YUV 114.1 205.26 132.92 -
System Red Green Blue C M Y K H S L
Decimal 121 84 251 0.52 0.67 0 0.02 253.29 0.95 0.66
Hex 79 54 FB 34 43 0 2 FD 5F 42
Octal 171 124 373 64 103 0 2 375 137 102
Binary 1111001 1010100 11111011 110100 1000011 0 10 11111101 1011111 1000010

Color Harmonies of #7954FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7954FB

Black with #7954FB

Text Example


Text Example

White with #7954FB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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