Html Css Color HEX #7958FE Medium Slate Blue

📋 copy color: '#7958FE'

red 121 ◦ green 88 ◦ blue 254

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

Shades of Medium Slate Blue #7958FE

Tints of Medium Slate Blue #7958FE

RGB

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

 GREEN value IS 88 (34.77% from 255) = 19.01%

 BLUE value IS 254 (99.61% from 255) = 54.86%

R = 26.13%
G = 19.01%
B = 54.86%

CMYK

 C value IS 0.52

 M value IS 0.65

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#7958FE (or 0x7958FE) is known color: Medium Slate Blue. HEX triplet: 79, 58 and FE. RGB value is (121,88,254). Sum of RGB (Red+Green+Blue) = 121+88+254=463 (61% of max value = 765). Red value is 121 (47.66% from 255 or 26.13% from 463); Green value is 88 (34.77% from 255 or 19.01% from 463); Blue value is 254 (99.61% from 255 or 54.86% from 463); Max value from RGB is 254 - color contains mainly: blue. Hex color #7958FE is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7958FE is #86A701. Grayscale: #747474. Windows color (decimal): -8824578 or 16668793. OLE color: 16668793.

HSL color Cylindrical-coordinate representation of color #7958FE: hue angle of 251.93º degrees, saturation: 0.99, lightness: 0.67%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #7958FE is Cyan = 0.52, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 121 88 254 -
CMYK 0.52 0.65 0 0.00
HSL 251.93º 0.99% 0.67% -
HSV(B) 251.93º 0.65% 1% -
XYZ 29.26 18.2 95.74 -
YUV 116.79 205.43 131 -
System Red Green Blue C M Y K H S L
Decimal 121 88 254 0.52 0.65 0 0.00 251.93 0.99 0.67
Hex 79 58 FE 34 41 0 0 FC 63 43
Octal 171 130 376 64 101 0 0 374 143 103
Binary 1111001 1011000 11111110 110100 1000001 0 0 11111100 1100011 1000011

Color Harmonies of #7958FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7958FE

Black with #7958FE

Text Example


Text Example

White with #7958FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7958FE; }

 p { color: rgb(121,88,254); }

 H1.HeaderClassName
 {
   color: #7958FE;
 }
 .AnyTagClassName
 {
   color: #7958FE;
 }
</style>

background-color css

<style>
 a { background-color: #7958FE; }

 a { background-color: rgb(121,88,254); }

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

border-color css

<style>
 span { border-color: #7958FE; }

 span { border-color: rgb(121,88,254); }

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