Html Css Color HEX #7962DF Medium Slate Blue

📋 copy color: '#7962DF'

red 121 ◦ green 98 ◦ blue 223

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

Shades of Medium Slate Blue #7962DF

Tints of Medium Slate Blue #7962DF

RGB

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

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

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

R = 27.38%
G = 22.17%
B = 50.45%

CMYK

 C value IS 0.46

 M value IS 0.56

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#7962DF (or 0x7962DF) is known color: Medium Slate Blue. HEX triplet: 79, 62 and DF. RGB value is (121,98,223). Sum of RGB (Red+Green+Blue) = 121+98+223=442 (58% of max value = 765). Red value is 121 (47.66% from 255 or 27.38% from 442); Green value is 98 (38.67% from 255 or 22.17% from 442); Blue value is 223 (87.5% from 255 or 50.45% from 442); Max value from RGB is 223 - color contains mainly: blue. Hex color #7962DF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7962DF is #869D20. Grayscale: #767676. Windows color (decimal): -8822049 or 14639737. OLE color: 14639737.

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

Color convert

RGB 121 98 223 -
CMYK 0.46 0.56 0 0.13
HSL 251.04º 0.66% 0.63% -
HSV(B) 251.04º 0.56% 0.87% -
XYZ 25.57 18.13 71.96 -
YUV 119.13 186.62 129.34 -
System Red Green Blue C M Y K H S L
Decimal 121 98 223 0.46 0.56 0 0.13 251.04 0.66 0.63
Hex 79 62 DF 2E 38 0 D FB 42 3F
Octal 171 142 337 56 70 0 15 373 102 77
Binary 1111001 1100010 11011111 101110 111000 0 1101 11111011 1000010 111111

Color Harmonies of #7962DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7962DF

Black with #7962DF

Text Example


Text Example

White with #7962DF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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