#7a71f2

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

Shades of Medium Slate Blue #7A71F2

Tints of Medium Slate Blue #7A71F2

Color information

#7A71F2 (or 0x7A71F2) is unknown color: approx Medium Slate Blue. HEX triplet: 7A, 71 and F2. RGB value is (122,113,242). Sum of RGB (Red+Green+Blue) = 122+113+242=477 (63% of max value = 765). Red value is 122 (48.05% from 255 or 25.58% from 477); Green value is 113 (44.53% from 255 or 23.69% from 477); Blue value is 242 (94.92% from 255 or 50.73% from 477); Max value from RGB is 242 - color contains mainly: blue. Hex color #7A71F2 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7A71F2 is #858E0D. Grayscale: #818181. Windows color (decimal): -8752654 or 15888762. OLE color: 15888762.

HSL color Cylindrical-coordinate representation of color #7A71F2: hue angle of 244.19º degrees, saturation: 0.83, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #7A71F2 is Cyan = 0.50, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB122113242-
CMYK0.500.5300.05
HSL244.19º83.23%69.61%-
HSV(B)244.19º53.31%94.9%-
XYZ29.9622.3686.74-
YUV130.4190.98122.01-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 25.58%
GREEN value IS 113 (44.53% from 255) = 23.69%
BLUE value IS 242 (94.92% from 255) = 50.73%
R=25.58%
G=23.69%
B=50.73%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1221132420.500.5300.05244.1983.2369.61
Hex7A71F2323505f45346
Octal172161362626505364123106
Binary111101011100011111001011001011010101011111010010100111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7a71f2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(122,113,242); }

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

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

 a { background-color: rgb(122,113,242); }

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

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

 span { border-color: rgb(122,113,242); }

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