#7A6BF9

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

Shades of Medium Slate Blue #7A6BF9

Tints of Medium Slate Blue #7A6BF9

Color information

#7A6BF9 (or 0x7A6BF9) is unknown color: approx Medium Slate Blue. HEX triplet: 7A, 6B and F9. RGB value is (122,107,249). Sum of RGB (Red+Green+Blue) = 122+107+249=478 (63% of max value = 765). Red value is 122 (48.05% from 255 or 25.52% from 478); Green value is 107 (42.19% from 255 or 22.38% from 478); Blue value is 249 (97.66% from 255 or 52.09% from 478); Max value from RGB is 249 - color contains mainly: blue. Hex color #7A6BF9 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7A6BF9 is #859406. Grayscale: #7F7F7F. Windows color (decimal): -8754183 or 16345978. OLE color: 16345978.

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

Color convert

RGB122107249-
CMYK0.510.5700.02
HSL246.34º92.21%69.8%-
HSV(B)246.34º57.03%97.65%-
XYZ30.3821.4992.17-
YUV127.67196.47123.95-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 25.52%
GREEN value IS 107 (42.19% from 255) = 22.38%
BLUE value IS 249 (97.66% from 255) = 52.09%
R=25.52%
G=22.38%
B=52.09%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1221072490.510.5700.02246.3492.2169.8
Hex7A6BF9333902f65c46
Octal172153371637102366134106
Binary11110101101011111110011100111110010101111011010111001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A6BF9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(122,107,249); }

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

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

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

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

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

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

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