#7975E6

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

Shades of Medium Slate Blue #7975E6

Tints of Medium Slate Blue #7975E6

Color information

#7975E6 (or 0x7975E6) is unknown color: approx Medium Slate Blue. HEX triplet: 79, 75 and E6. RGB value is (121,117,230). Sum of RGB (Red+Green+Blue) = 121+117+230=468 (61% of max value = 765). Red value is 121 (47.66% from 255 or 25.85% from 468); Green value is 117 (46.09% from 255 or 25% from 468); Blue value is 230 (90.23% from 255 or 49.15% from 468); Max value from RGB is 230 - color contains mainly: blue. Hex color #7975E6 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7975E6 is #868A19. Grayscale: #828282. Windows color (decimal): -8817178 or 15103353. OLE color: 15103353.

HSL color Cylindrical-coordinate representation of color #7975E6: hue angle of 242.12º degrees, saturation: 0.69, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #7975E6 is Cyan = 0.47, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB121117230-
CMYK0.470.4900.10
HSL242.12º69.33%68.04%-
HSV(B)242.12º49.13%90.2%-
XYZ28.5322.577.7-
YUV131.08183.83120.81-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 25.85%
GREEN value IS 117 (46.09% from 255) = 25%
BLUE value IS 230 (90.23% from 255) = 49.15%
R=25.85%
G=25%
B=49.15%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal1211172300.470.4900.10242.1269.3368.04
Hex7975E62F310Af24544
Octal1711653465761012362105104
Binary1111001111010111100110101111110001010101111001010001011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7975E6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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