#7965eb

Color #7965EB Medium Slate Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Medium Slate Blue #7965EB

Tints of Medium Slate Blue #7965EB

Color information

#7965EB (or 0x7965EB) is unknown color: approx Medium Slate Blue. HEX triplet: 79, 65 and EB. RGB value is (121,101,235). Sum of RGB (Red+Green+Blue) = 121+101+235=457 (60% of max value = 765). Red value is 121 (47.66% from 255 or 26.48% from 457); Green value is 101 (39.84% from 255 or 22.10% from 457); Blue value is 235 (92.19% from 255 or 51.42% from 457); Max value from RGB is 235 - color contains mainly: blue. Hex color #7965EB is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7965EB is #869A14. Grayscale: #797979. Windows color (decimal): -8821269 or 15426937. OLE color: 15426937.

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

Color convert

RGB121101235-
CMYK0.490.5700.08
HSL248.96º77.01%65.88%-
HSV(B)248.96º57.02%92.16%-
XYZ27.5319.3780.88-
YUV122.26191.63127.1-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 26.48%
GREEN value IS 101 (39.84% from 255) = 22.10%
BLUE value IS 235 (92.19% from 255) = 51.42%
R=26.48%
G=22.10%
B=51.42%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1211012350.490.5700.08248.9677.0165.88
Hex7965EB313908f94d42
Octal1711453536171010371115102
Binary1111001110010111101011110001111001010001111100110011011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7965eb

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #7965eb;
 }
 .AnyTagClassName
 {
   color: #7965eb;
 }
</style>
background-color css

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

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

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

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

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

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