#7661E0

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

Shades of Medium Slate Blue #7661E0

Tints of Medium Slate Blue #7661E0

Color information

#7661E0 (or 0x7661E0) is unknown color: approx Medium Slate Blue. HEX triplet: 76, 61 and E0. RGB value is (118,97,224). Sum of RGB (Red+Green+Blue) = 118+97+224=439 (58% of max value = 765). Red value is 118 (46.48% from 255 or 26.88% from 439); Green value is 97 (38.28% from 255 or 22.10% from 439); Blue value is 224 (87.89% from 255 or 51.03% from 439); Max value from RGB is 224 - color contains mainly: blue. Hex color #7661E0 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7661E0 is #899E1F. Grayscale: #757575. Windows color (decimal): -9018912 or 14705014. OLE color: 14705014.

HSL color Cylindrical-coordinate representation of color #7661E0: hue angle of 249.92º degrees, saturation: 0.67, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #7661E0 is Cyan = 0.47, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB11897224-
CMYK0.470.5700.12
HSL249.92º67.2%62.94%-
HSV(B)249.92º56.7%87.84%-
XYZ25.217.7872.63-
YUV117.76187.96128.17-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 26.88%
GREEN value IS 97 (38.28% from 255) = 22.10%
BLUE value IS 224 (87.89% from 255) = 51.03%
R=26.88%
G=22.10%
B=51.03%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal118972240.470.5700.12249.9267.262.94
Hex7661E02F390Cfa433f
Octal166141340577101437210377
Binary111011011000011110000010111111100101100111110101000011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7661E0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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