Html Css Color HEX #7962DC Medium Slate Blue

📋 copy color: '#7962DC'

red 121 ◦ green 98 ◦ blue 220

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

Shades of Medium Slate Blue #7962DC

Tints of Medium Slate Blue #7962DC

RGB

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

 GREEN value IS 98 (38.67% from 255) = 22.32%

 BLUE value IS 220 (86.33% from 255) = 50.11%

R = 27.56%
G = 22.32%
B = 50.11%

CMYK

 C value IS 0.45

 M value IS 0.55

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#7962DC (or 0x7962DC) is known color: Medium Slate Blue. HEX triplet: 79, 62 and DC. RGB value is (121,98,220). Sum of RGB (Red+Green+Blue) = 121+98+220=439 (58% of max value = 765). Red value is 121 (47.66% from 255 or 27.56% from 439); Green value is 98 (38.67% from 255 or 22.32% from 439); Blue value is 220 (86.33% from 255 or 50.11% from 439); Max value from RGB is 220 - color contains mainly: blue. Hex color #7962DC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7962DC is #869D23. Grayscale: #767676. Windows color (decimal): -8822052 or 14443129. OLE color: 14443129.

HSL color Cylindrical-coordinate representation of color #7962DC: hue angle of 251.31º degrees, saturation: 0.64, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #7962DC is Cyan = 0.45, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 121 98 220 -
CMYK 0.45 0.55 0 0.14
HSL 251.31º 0.64% 0.62% -
HSV(B) 251.31º 0.55% 0.86% -
XYZ 25.17 17.97 69.85 -
YUV 118.79 185.12 129.58 -
System Red Green Blue C M Y K H S L
Decimal 121 98 220 0.45 0.55 0 0.14 251.31 0.64 0.62
Hex 79 62 DC 2D 37 0 E FB 40 3E
Octal 171 142 334 55 67 0 16 373 100 76
Binary 1111001 1100010 11011100 101101 110111 0 1110 11111011 1000000 111110

Color Harmonies of #7962DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7962DC

Black with #7962DC

Text Example


Text Example

White with #7962DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7962DC; }

 p { color: rgb(121,98,220); }

 H1.HeaderClassName
 {
   color: #7962DC;
 }
 .AnyTagClassName
 {
   color: #7962DC;
 }
</style>

background-color css

<style>
 a { background-color: #7962DC; }

 a { background-color: rgb(121,98,220); }

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

border-color css

<style>
 span { border-color: #7962DC; }

 span { border-color: rgb(121,98,220); }

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