Html Css Color HEX #7974DB Medium Slate Blue

📋 copy color: '#7974DB'

red 121 ◦ green 116 ◦ blue 219

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

Shades of Medium Slate Blue #7974DB

Tints of Medium Slate Blue #7974DB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 48.03%

R = 26.54%
G = 25.44%
B = 48.03%

CMYK

 C value IS 0.45

 M value IS 0.47

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#7974DB (or 0x7974DB) is known color: Medium Slate Blue. HEX triplet: 79, 74 and DB. RGB value is (121,116,219). Sum of RGB (Red+Green+Blue) = 121+116+219=456 (60% of max value = 765). Red value is 121 (47.66% from 255 or 26.54% from 456); Green value is 116 (45.70% from 255 or 25.44% from 456); Blue value is 219 (85.94% from 255 or 48.03% from 456); Max value from RGB is 219 - color contains mainly: blue. Hex color #7974DB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7974DB is #868B24. Grayscale: #808080. Windows color (decimal): -8817445 or 14382201. OLE color: 14382201.

HSL color Cylindrical-coordinate representation of color #7974DB: hue angle of 242.91º degrees, saturation: 0.59, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #7974DB is Cyan = 0.45, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 121 116 219 -
CMYK 0.45 0.47 0 0.14
HSL 242.91º 0.59% 0.66% -
HSV(B) 242.91º 0.47% 0.86% -
XYZ 26.92 21.67 69.78 -
YUV 129.24 178.66 122.12 -
System Red Green Blue C M Y K H S L
Decimal 121 116 219 0.45 0.47 0 0.14 242.91 0.59 0.66
Hex 79 74 DB 2D 2F 0 E F3 3B 42
Octal 171 164 333 55 57 0 16 363 73 102
Binary 1111001 1110100 11011011 101101 101111 0 1110 11110011 111011 1000010

Color Harmonies of #7974DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7974DB

Black with #7974DB

Text Example


Text Example

White with #7974DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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