Html Css Color HEX #7974DF Medium Slate Blue

📋 copy color: '#7974DF'

red 121 ◦ green 116 ◦ blue 223

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

Shades of Medium Slate Blue #7974DF

Tints of Medium Slate Blue #7974DF

RGB

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

 GREEN value IS 116 (45.7% from 255) = 25.22%

 BLUE value IS 223 (87.5% from 255) = 48.48%

R = 26.3%
G = 25.22%
B = 48.48%

CMYK

 C value IS 0.46

 M value IS 0.48

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#7974DF (or 0x7974DF) is known color: Medium Slate Blue. HEX triplet: 79, 74 and DF. RGB value is (121,116,223). Sum of RGB (Red+Green+Blue) = 121+116+223=460 (60% of max value = 765). Red value is 121 (47.66% from 255 or 26.30% from 460); Green value is 116 (45.70% from 255 or 25.22% from 460); Blue value is 223 (87.5% from 255 or 48.48% from 460); Max value from RGB is 223 - color contains mainly: blue. Hex color #7974DF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7974DF is #868B20. Grayscale: #818181. Windows color (decimal): -8817441 or 14644345. OLE color: 14644345.

HSL color Cylindrical-coordinate representation of color #7974DF: hue angle of 242.8º degrees, saturation: 0.63, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #7974DF is Cyan = 0.46, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 121 116 223 -
CMYK 0.46 0.48 0 0.13
HSL 242.8º 0.63% 0.66% -
HSV(B) 242.8º 0.48% 0.87% -
XYZ 27.45 21.88 72.59 -
YUV 129.69 180.66 121.8 -
System Red Green Blue C M Y K H S L
Decimal 121 116 223 0.46 0.48 0 0.13 242.8 0.63 0.66
Hex 79 74 DF 2E 30 0 D F3 3F 42
Octal 171 164 337 56 60 0 15 363 77 102
Binary 1111001 1110100 11011111 101110 110000 0 1101 11110011 111111 1000010

Color Harmonies of #7974DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7974DF

Black with #7974DF

Text Example


Text Example

White with #7974DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7974DF; }

 p { color: rgb(121,116,223); }

 H1.HeaderClassName
 {
   color: #7974DF;
 }
 .AnyTagClassName
 {
   color: #7974DF;
 }
</style>

background-color css

<style>
 a { background-color: #7974DF; }

 a { background-color: rgb(121,116,223); }

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

border-color css

<style>
 span { border-color: #7974DF; }

 span { border-color: rgb(121,116,223); }

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