#7661FA

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

Shades of Medium Slate Blue #7661FA

Tints of Medium Slate Blue #7661FA

Color information

#7661FA (or 0x7661FA) is unknown color: approx Medium Slate Blue. HEX triplet: 76, 61 and FA. RGB value is (118,97,250). Sum of RGB (Red+Green+Blue) = 118+97+250=465 (61% of max value = 765). Red value is 118 (46.48% from 255 or 25.38% from 465); Green value is 97 (38.28% from 255 or 20.86% from 465); Blue value is 250 (98.05% from 255 or 53.76% from 465); Max value from RGB is 250 - color contains mainly: blue. Hex color #7661FA is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7661FA is #899E05. Grayscale: #787878. Windows color (decimal): -9018886 or 16408950. OLE color: 16408950.

HSL color Cylindrical-coordinate representation of color #7661FA: hue angle of 248.24º degrees, saturation: 0.94, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #7661FA is Cyan = 0.53, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB11897250-
CMYK0.530.6100.02
HSL248.24º93.87%68.04%-
HSV(B)248.24º61.2%98.04%-
XYZ2919.392.64-
YUV120.72200.96126.06-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 25.38%
GREEN value IS 97 (38.28% from 255) = 20.86%
BLUE value IS 250 (98.05% from 255) = 53.76%
R=25.38%
G=20.86%
B=53.76%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal118972500.530.6100.02248.2493.8768.04
Hex7661FA353D02f85e44
Octal166141372657502370136104
Binary11101101100001111110101101011111010101111100010111101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7661FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7661FA; }

 p { color: rgb(118,97,250); }

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

<style>
 a { background-color: #7661FA; }

 a { background-color: rgb(118,97,250); }

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

<style>
 span { border-color: #7661FA; }

 span { border-color: rgb(118,97,250); }

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