#7965ED

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

Shades of Medium Slate Blue #7965ED

Tints of Medium Slate Blue #7965ED

Color information

#7965ED (or 0x7965ED) is unknown color: approx Medium Slate Blue. HEX triplet: 79, 65 and ED. RGB value is (121,101,237). Sum of RGB (Red+Green+Blue) = 121+101+237=459 (60% of max value = 765). Red value is 121 (47.66% from 255 or 26.36% from 459); Green value is 101 (39.84% from 255 or 22.00% from 459); Blue value is 237 (92.97% from 255 or 51.63% from 459); Max value from RGB is 237 - color contains mainly: blue. Hex color #7965ED is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7965ED is #869A12. Grayscale: #797979. Windows color (decimal): -8821267 or 15558009. OLE color: 15558009.

HSL color Cylindrical-coordinate representation of color #7965ED: hue angle of 248.82º degrees, saturation: 0.79, 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 #7965ED is Cyan = 0.49, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB121101237-
CMYK0.490.5700.07
HSL248.82º79.07%66.27%-
HSV(B)248.82º57.38%92.94%-
XYZ27.8219.4982.42-
YUV122.48192.63126.94-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 26.36%
GREEN value IS 101 (39.84% from 255) = 22.00%
BLUE value IS 237 (92.97% from 255) = 51.63%
R=26.36%
G=22.00%
B=51.63%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1211012370.490.5700.07248.8279.0766.27
Hex7965ED313907f94f42
Octal171145355617107371117102
Binary111100111001011110110111000111100101111111100110011111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7965ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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