Html Css Color HEX #7965EC Medium Slate Blue

📋 copy color: '#7965EC'

red 121 ◦ green 101 ◦ blue 236

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

Shades of Medium Slate Blue #7965EC

Tints of Medium Slate Blue #7965EC

RGB

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

 GREEN value IS 101 (39.84% from 255) = 22.05%

 BLUE value IS 236 (92.58% from 255) = 51.53%

R = 26.42%
G = 22.05%
B = 51.53%

CMYK

 C value IS 0.49

 M value IS 0.57

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#7965EC (or 0x7965EC) is known color: Medium Slate Blue. HEX triplet: 79, 65 and EC. RGB value is (121,101,236). Sum of RGB (Red+Green+Blue) = 121+101+236=458 (60% of max value = 765). Red value is 121 (47.66% from 255 or 26.42% from 458); Green value is 101 (39.84% from 255 or 22.05% from 458); Blue value is 236 (92.58% from 255 or 51.53% from 458); Max value from RGB is 236 - color contains mainly: blue. Hex color #7965EC is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7965EC is #869A13. Grayscale: #797979. Windows color (decimal): -8821268 or 15492473. OLE color: 15492473.

HSL color Cylindrical-coordinate representation of color #7965EC: hue angle of 248.89º degrees, saturation: 0.78, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #7965EC is Cyan = 0.49, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 121 101 236 -
CMYK 0.49 0.57 0 0.07
HSL 248.89º 0.78% 0.66% -
HSV(B) 248.89º 0.57% 0.93% -
XYZ 27.68 19.43 81.65 -
YUV 122.37 192.13 127.02 -
System Red Green Blue C M Y K H S L
Decimal 121 101 236 0.49 0.57 0 0.07 248.89 0.78 0.66
Hex 79 65 EC 31 39 0 7 F9 4E 42
Octal 171 145 354 61 71 0 7 371 116 102
Binary 1111001 1100101 11101100 110001 111001 0 111 11111001 1001110 1000010

Color Harmonies of #7965EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7965EC

Black with #7965EC

Text Example


Text Example

White with #7965EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7965EC; }

 p { color: rgb(121,101,236); }

 H1.HeaderClassName
 {
   color: #7965EC;
 }
 .AnyTagClassName
 {
   color: #7965EC;
 }
</style>

background-color css

<style>
 a { background-color: #7965EC; }

 a { background-color: rgb(121,101,236); }

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

border-color css

<style>
 span { border-color: #7965EC; }

 span { border-color: rgb(121,101,236); }

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