#7776DD

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

Shades of Medium Slate Blue #7776DD

Tints of Medium Slate Blue #7776DD

Color information

#7776DD (or 0x7776DD) is unknown color: approx Medium Slate Blue. HEX triplet: 77, 76 and DD. RGB value is (119,118,221). Sum of RGB (Red+Green+Blue) = 119+118+221=458 (60% of max value = 765). Red value is 119 (46.88% from 255 or 25.98% from 458); Green value is 118 (46.48% from 255 or 25.76% from 458); Blue value is 221 (86.72% from 255 or 48.25% from 458); Max value from RGB is 221 - color contains mainly: blue. Hex color #7776DD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7776DD is #888922. Grayscale: #818181. Windows color (decimal): -8948003 or 14513783. OLE color: 14513783.

HSL color Cylindrical-coordinate representation of color #7776DD: hue angle of 240.58º degrees, saturation: 0.6, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #7776DD is Cyan = 0.46, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB119118221-
CMYK0.460.4700.13
HSL240.58º60.23%66.47%-
HSV(B)240.58º46.61%86.67%-
XYZ27.1422.171.24-
YUV130.04179.33120.12-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 25.98%
GREEN value IS 118 (46.48% from 255) = 25.76%
BLUE value IS 221 (86.72% from 255) = 48.25%
R=25.98%
G=25.76%
B=48.25%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1191182210.460.4700.13240.5860.2366.47
Hex7776DD2E2F0Df13c42
Octal167166335565701536174102
Binary111011111101101101110110111010111101101111100011111001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7776DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7776DD; }

 p { color: rgb(119,118,221); }

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

<style>
 a { background-color: #7776DD; }

 a { background-color: rgb(119,118,221); }

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

<style>
 span { border-color: #7776DD; }

 span { border-color: rgb(119,118,221); }

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