Html Css Color HEX #7965EF Medium Slate Blue

📋 copy color: '#7965EF'

red 121 ◦ green 101 ◦ blue 239

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

Shades of Medium Slate Blue #7965EF

Tints of Medium Slate Blue #7965EF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 51.84%

R = 26.25%
G = 21.91%
B = 51.84%

CMYK

 C value IS 0.49

 M value IS 0.58

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#7965EF (or 0x7965EF) is known color: Medium Slate Blue. HEX triplet: 79, 65 and EF. RGB value is (121,101,239). Sum of RGB (Red+Green+Blue) = 121+101+239=461 (61% of max value = 765). Red value is 121 (47.66% from 255 or 26.25% from 461); Green value is 101 (39.84% from 255 or 21.91% from 461); Blue value is 239 (93.75% from 255 or 51.84% from 461); Max value from RGB is 239 - color contains mainly: blue. Hex color #7965EF is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7965EF is #869A10. Grayscale: #7A7A7A. Windows color (decimal): -8821265 or 15689081. OLE color: 15689081.

HSL color Cylindrical-coordinate representation of color #7965EF: hue angle of 248.7º degrees, saturation: 0.81, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #7965EF is Cyan = 0.49, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 121 101 239 -
CMYK 0.49 0.58 0 0.06
HSL 248.7º 0.81% 0.67% -
HSV(B) 248.7º 0.58% 0.94% -
XYZ 28.12 19.6 83.96 -
YUV 122.71 193.63 126.78 -
System Red Green Blue C M Y K H S L
Decimal 121 101 239 0.49 0.58 0 0.06 248.7 0.81 0.67
Hex 79 65 EF 31 3A 0 6 F9 51 43
Octal 171 145 357 61 72 0 6 371 121 103
Binary 1111001 1100101 11101111 110001 111010 0 110 11111001 1010001 1000011

Color Harmonies of #7965EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7965EF

Black with #7965EF

Text Example


Text Example

White with #7965EF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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