#7A5FDE

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

Shades of Medium Slate Blue #7A5FDE

Tints of Medium Slate Blue #7A5FDE

Color information

#7A5FDE (or 0x7A5FDE) is unknown color: approx Medium Slate Blue. HEX triplet: 7A, 5F and DE. RGB value is (122,95,222). Sum of RGB (Red+Green+Blue) = 122+95+222=439 (58% of max value = 765). Red value is 122 (48.05% from 255 or 27.79% from 439); Green value is 95 (37.5% from 255 or 21.64% from 439); Blue value is 222 (87.11% from 255 or 50.57% from 439); Max value from RGB is 222 - color contains mainly: blue. Hex color #7A5FDE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7A5FDE is #85A021. Grayscale: #757575. Windows color (decimal): -8757282 or 14573434. OLE color: 14573434.

HSL color Cylindrical-coordinate representation of color #7A5FDE: hue angle of 252.76º degrees, saturation: 0.66, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #7A5FDE is Cyan = 0.45, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB12295222-
CMYK0.450.5700.13
HSL252.76º65.8%62.16%-
HSV(B)252.76º57.21%87.06%-
XYZ25.317.671.17-
YUV117.55186.95131.17-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 27.79%
GREEN value IS 95 (37.5% from 255) = 21.64%
BLUE value IS 222 (87.11% from 255) = 50.57%
R=27.79%
G=21.64%
B=50.57%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal122952220.450.5700.13252.7665.862.16
Hex7A5FDE2D390Dfd423e
Octal172137336557101537510276
Binary111101010111111101111010110111100101101111111011000010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A5FDE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7A5FDE; }

 p { color: rgb(122,95,222); }

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

<style>
 a { background-color: #7A5FDE; }

 a { background-color: rgb(122,95,222); }

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

<style>
 span { border-color: #7A5FDE; }

 span { border-color: rgb(122,95,222); }

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