#7975E0

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

Shades of Medium Slate Blue #7975E0

Tints of Medium Slate Blue #7975E0

Color information

#7975E0 (or 0x7975E0) is unknown color: approx Medium Slate Blue. HEX triplet: 79, 75 and E0. RGB value is (121,117,224). Sum of RGB (Red+Green+Blue) = 121+117+224=462 (61% of max value = 765). Red value is 121 (47.66% from 255 or 26.19% from 462); Green value is 117 (46.09% from 255 or 25.32% from 462); Blue value is 224 (87.89% from 255 or 48.48% from 462); Max value from RGB is 224 - color contains mainly: blue. Hex color #7975E0 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7975E0 is #868A1F. Grayscale: #818181. Windows color (decimal): -8817184 or 14710137. OLE color: 14710137.

HSL color Cylindrical-coordinate representation of color #7975E0: hue angle of 242.24º degrees, saturation: 0.63, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #7975E0 is Cyan = 0.46, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB121117224-
CMYK0.460.4800.12
HSL242.24º63.31%66.86%-
HSV(B)242.24º47.77%87.84%-
XYZ27.722.1773.34-
YUV130.39180.83121.3-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 26.19%
GREEN value IS 117 (46.09% from 255) = 25.32%
BLUE value IS 224 (87.89% from 255) = 48.48%
R=26.19%
G=25.32%
B=48.48%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1211172240.460.4800.12242.2463.3166.86
Hex7975E02E300Cf23f43
Octal171165340566001436277103
Binary111100111101011110000010111011000001100111100101111111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7975E0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7975E0; }

 p { color: rgb(121,117,224); }

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

<style>
 a { background-color: #7975E0; }

 a { background-color: rgb(121,117,224); }

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

<style>
 span { border-color: #7975E0; }

 span { border-color: rgb(121,117,224); }

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