#7A65F2

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

Shades of Medium Slate Blue #7A65F2

Tints of Medium Slate Blue #7A65F2

Color information

#7A65F2 (or 0x7A65F2) is unknown color: approx Medium Slate Blue. HEX triplet: 7A, 65 and F2. RGB value is (122,101,242). Sum of RGB (Red+Green+Blue) = 122+101+242=465 (61% of max value = 765). Red value is 122 (48.05% from 255 or 26.24% from 465); Green value is 101 (39.84% from 255 or 21.72% from 465); Blue value is 242 (94.92% from 255 or 52.04% from 465); Max value from RGB is 242 - color contains mainly: blue. Hex color #7A65F2 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7A65F2 is #859A0D. Grayscale: #7A7A7A. Windows color (decimal): -8755726 or 15885690. OLE color: 15885690.

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

Color convert

RGB122101242-
CMYK0.500.5800.05
HSL248.94º84.43%67.25%-
HSV(B)248.94º58.26%94.9%-
XYZ28.7119.8686.32-
YUV123.35194.96127.04-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 26.24%
GREEN value IS 101 (39.84% from 255) = 21.72%
BLUE value IS 242 (94.92% from 255) = 52.04%
R=26.24%
G=21.72%
B=52.04%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1221012420.500.5800.05248.9484.4367.25
Hex7A65F2323A05f95443
Octal172145362627205371124103
Binary111101011001011111001011001011101001011111100110101001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A65F2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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