#7761DE

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

Shades of Medium Slate Blue #7761DE

Tints of Medium Slate Blue #7761DE

Color information

#7761DE (or 0x7761DE) is unknown color: approx Medium Slate Blue. HEX triplet: 77, 61 and DE. RGB value is (119,97,222). Sum of RGB (Red+Green+Blue) = 119+97+222=438 (58% of max value = 765). Red value is 119 (46.88% from 255 or 27.17% from 438); Green value is 97 (38.28% from 255 or 22.15% from 438); Blue value is 222 (87.11% from 255 or 50.68% from 438); Max value from RGB is 222 - color contains mainly: blue. Hex color #7761DE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7761DE is #889E21. Grayscale: #757575. Windows color (decimal): -8953378 or 14573943. OLE color: 14573943.

HSL color Cylindrical-coordinate representation of color #7761DE: hue angle of 250.56º degrees, saturation: 0.65, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #7761DE is Cyan = 0.46, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB11997222-
CMYK0.460.5600.13
HSL250.56º65.45%62.55%-
HSV(B)250.56º56.31%87.06%-
XYZ25.0717.7571.21-
YUV117.83186.79128.84-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 27.17%
GREEN value IS 97 (38.28% from 255) = 22.15%
BLUE value IS 222 (87.11% from 255) = 50.68%
R=27.17%
G=22.15%
B=50.68%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal119972220.460.5600.13250.5665.4562.55
Hex7761DE2E380Dfb413f
Octal167141336567001537310177
Binary111011111000011101111010111011100001101111110111000001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7761DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7761DE; }

 p { color: rgb(119,97,222); }

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

<style>
 a { background-color: #7761DE; }

 a { background-color: rgb(119,97,222); }

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

<style>
 span { border-color: #7761DE; }

 span { border-color: rgb(119,97,222); }

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