#7A7AF2

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

Shades of Medium Slate Blue #7A7AF2

Tints of Medium Slate Blue #7A7AF2

Color information

#7A7AF2 (or 0x7A7AF2) is unknown color: approx Medium Slate Blue. HEX triplet: 7A, 7A and F2. RGB value is (122,122,242). Sum of RGB (Red+Green+Blue) = 122+122+242=486 (64% of max value = 765). Red value is 122 (48.05% from 255 or 25.10% from 486); Green value is 122 (48.05% from 255 or 25.10% from 486); Blue value is 242 (94.92% from 255 or 49.79% from 486); Max value from RGB is 242 - color contains mainly: blue. Hex color #7A7AF2 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7A7AF2 is #85850D. Grayscale: #878787. Windows color (decimal): -8750350 or 15891066. OLE color: 15891066.

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

Color convert

RGB122122242-
CMYK0.500.5000.05
HSL240º82.19%71.37%-
HSV(B)240º49.59%94.9%-
XYZ31.0124.4787.09-
YUV135.68188118.24-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 25.10%
GREEN value IS 122 (48.05% from 255) = 25.10%
BLUE value IS 242 (94.92% from 255) = 49.79%
R=25.10%
G=25.10%
B=49.79%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1221222420.500.5000.0524082.1971.37
Hex7A7AF2323205f05247
Octal172172362626205360122107
Binary111101011110101111001011001011001001011111000010100101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A7AF2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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