Html Css Color HEX #7962DB Medium Slate Blue

📋 copy color: '#7962DB'

red 121 ◦ green 98 ◦ blue 219

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

Shades of Medium Slate Blue #7962DB

Tints of Medium Slate Blue #7962DB

RGB

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

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

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

R = 27.63%
G = 22.37%
B = 50%

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

#7962DB (or 0x7962DB) is known color: Medium Slate Blue. HEX triplet: 79, 62 and DB. RGB value is (121,98,219). Sum of RGB (Red+Green+Blue) = 121+98+219=438 (58% of max value = 765). Red value is 121 (47.66% from 255 or 27.63% from 438); Green value is 98 (38.67% from 255 or 22.37% from 438); Blue value is 219 (85.94% from 255 or 50% from 438); Max value from RGB is 219 - color contains mainly: blue. Hex color #7962DB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7962DB is #869D24. Grayscale: #767676. Windows color (decimal): -8822053 or 14377593. OLE color: 14377593.

HSL color Cylindrical-coordinate representation of color #7962DB: hue angle of 251.4º degrees, saturation: 0.63, 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 #7962DB is Cyan = 0.45, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 121 98 219 -
CMYK 0.45 0.55 0 0.14
HSL 251.41º 0.63% 0.62% -
HSV(B) 251.41º 0.55% 0.86% -
XYZ 25.04 17.91 69.16 -
YUV 118.67 184.62 129.66 -
System Red Green Blue C M Y K H S L
Decimal 121 98 219 0.45 0.55 0 0.14 251.41 0.63 0.62
Hex 79 62 DB 2D 37 0 E FB 3F 3E
Octal 171 142 333 55 67 0 16 373 77 76
Binary 1111001 1100010 11011011 101101 110111 0 1110 11111011 111111 111110

Color Harmonies of #7962DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7962DB

Black with #7962DB

Text Example


Text Example

White with #7962DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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