#7A45FA

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

Shades of Medium Slate Blue #7A45FA

Tints of Medium Slate Blue #7A45FA

Color information

#7A45FA (or 0x7A45FA) is unknown color: approx Medium Slate Blue. HEX triplet: 7A, 45 and FA. RGB value is (122,69,250). Sum of RGB (Red+Green+Blue) = 122+69+250=441 (58% of max value = 765). Red value is 122 (48.05% from 255 or 27.66% from 441); Green value is 69 (27.34% from 255 or 15.65% from 441); Blue value is 250 (98.05% from 255 or 56.69% from 441); Max value from RGB is 250 - color contains mainly: blue. Hex color #7A45FA is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #7A45FA is #85BA05. Grayscale: #686868. Windows color (decimal): -8763910 or 16401786. OLE color: 16401786.

HSL color Cylindrical-coordinate representation of color #7A45FA: hue angle of 257.57º degrees, saturation: 0.95, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #7A45FA is Cyan = 0.51, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB12269250-
CMYK0.510.7200.02
HSL257.57º94.76%62.55%-
HSV(B)257.57º72.4%98.04%-
XYZ27.4115.391.95-
YUV105.48209.56139.78-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 27.66%
GREEN value IS 69 (27.34% from 255) = 15.65%
BLUE value IS 250 (98.05% from 255) = 56.69%
R=27.66%
G=15.65%
B=56.69%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal122692500.510.7200.02257.5794.7662.55
Hex7A45FA3348021025f3f
Octal172105372631100240213777
Binary111101010001011111101011001110010000101000000101011111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A45FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(122,69,250); }

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

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

 a { background-color: rgb(122,69,250); }

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

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

 span { border-color: rgb(122,69,250); }

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