#7761DC

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

Shades of Medium Slate Blue #7761DC

Tints of Medium Slate Blue #7761DC

Color information

#7761DC (or 0x7761DC) is unknown color: approx Medium Slate Blue. HEX triplet: 77, 61 and DC. RGB value is (119,97,220). Sum of RGB (Red+Green+Blue) = 119+97+220=436 (57% of max value = 765). Red value is 119 (46.88% from 255 or 27.29% from 436); Green value is 97 (38.28% from 255 or 22.25% from 436); Blue value is 220 (86.33% from 255 or 50.46% from 436); Max value from RGB is 220 - color contains mainly: blue. Hex color #7761DC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7761DC is #889E23. Grayscale: #757575. Windows color (decimal): -8953380 or 14442871. OLE color: 14442871.

HSL color Cylindrical-coordinate representation of color #7761DC: hue angle of 250.73º degrees, saturation: 0.64, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #7761DC is Cyan = 0.46, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB11997220-
CMYK0.460.5600.14
HSL250.73º63.73%62.16%-
HSV(B)250.73º55.91%86.27%-
XYZ24.817.6469.81-
YUV117.6185.79129-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 27.29%
GREEN value IS 97 (38.28% from 255) = 22.25%
BLUE value IS 220 (86.33% from 255) = 50.46%
R=27.29%
G=22.25%
B=50.46%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal119972200.460.5600.14250.7363.7362.16
Hex7761DC2E380Efb403e
Octal167141334567001637310076
Binary111011111000011101110010111011100001110111110111000000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7761DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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