#7A71DE

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

Shades of Medium Slate Blue #7A71DE

Tints of Medium Slate Blue #7A71DE

Color information

#7A71DE (or 0x7A71DE) is unknown color: approx Medium Slate Blue. HEX triplet: 7A, 71 and DE. RGB value is (122,113,222). Sum of RGB (Red+Green+Blue) = 122+113+222=457 (60% of max value = 765). Red value is 122 (48.05% from 255 or 26.70% from 457); Green value is 113 (44.53% from 255 or 24.73% from 457); Blue value is 222 (87.11% from 255 or 48.58% from 457); Max value from RGB is 222 - color contains mainly: blue. Hex color #7A71DE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7A71DE is #858E21. Grayscale: #7F7F7F. Windows color (decimal): -8752674 or 14578042. OLE color: 14578042.

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

Color convert

RGB122113222-
CMYK0.450.4900.13
HSL244.95º62.29%65.69%-
HSV(B)244.95º49.1%87.06%-
XYZ27.1221.2271.77-
YUV128.12180.98123.64-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 26.70%
GREEN value IS 113 (44.53% from 255) = 24.73%
BLUE value IS 222 (87.11% from 255) = 48.58%
R=26.70%
G=24.73%
B=48.58%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1221132220.450.4900.13244.9562.2965.69
Hex7A71DE2D310Df53e42
Octal172161336556101536576102
Binary111101011100011101111010110111000101101111101011111101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A71DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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