#7A5CFD

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

Shades of Medium Slate Blue #7A5CFD

Tints of Medium Slate Blue #7A5CFD

Color information

#7A5CFD (or 0x7A5CFD) is unknown color: approx Medium Slate Blue. HEX triplet: 7A, 5C and FD. RGB value is (122,92,253). Sum of RGB (Red+Green+Blue) = 122+92+253=467 (61% of max value = 765). Red value is 122 (48.05% from 255 or 26.12% from 467); Green value is 92 (36.33% from 255 or 19.70% from 467); Blue value is 253 (99.22% from 255 or 54.18% from 467); Max value from RGB is 253 - color contains mainly: blue. Hex color #7A5CFD is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7A5CFD is #85A302. Grayscale: #767676. Windows color (decimal): -8758019 or 16604282. OLE color: 16604282.

HSL color Cylindrical-coordinate representation of color #7A5CFD: hue angle of 251.18º degrees, saturation: 0.98, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #7A5CFD is Cyan = 0.52, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB12292253-
CMYK0.520.6400.01
HSL251.18º97.58%67.65%-
HSV(B)251.18º63.64%99.22%-
XYZ29.5818.8895.01-
YUV119.32203.44129.91-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 26.12%
GREEN value IS 92 (36.33% from 255) = 19.70%
BLUE value IS 253 (99.22% from 255) = 54.18%
R=26.12%
G=19.70%
B=54.18%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal122922530.520.6400.01251.1897.5867.65
Hex7A5CFD344001fb6244
Octal1721343756410001373142104
Binary11110101011100111111011101001000000011111101111000101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A5CFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(122,92,253); }

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

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

 a { background-color: rgb(122,92,253); }

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

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

 span { border-color: rgb(122,92,253); }

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