#7776DC

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

Shades of Medium Slate Blue #7776DC

Tints of Medium Slate Blue #7776DC

Color information

#7776DC (or 0x7776DC) is unknown color: approx Medium Slate Blue. HEX triplet: 77, 76 and DC. RGB value is (119,118,220). Sum of RGB (Red+Green+Blue) = 119+118+220=457 (60% of max value = 765). Red value is 119 (46.88% from 255 or 26.04% from 457); Green value is 118 (46.48% from 255 or 25.82% from 457); Blue value is 220 (86.33% from 255 or 48.14% from 457); Max value from RGB is 220 - color contains mainly: blue. Hex color #7776DC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7776DC is #888923. Grayscale: #818181. Windows color (decimal): -8948004 or 14448247. OLE color: 14448247.

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

Color convert

RGB119118220-
CMYK0.460.4600.14
HSL240.59º59.3%66.27%-
HSV(B)240.59º46.36%86.27%-
XYZ2722.0570.54-
YUV129.93178.83120.21-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 26.04%
GREEN value IS 118 (46.48% from 255) = 25.82%
BLUE value IS 220 (86.33% from 255) = 48.14%
R=26.04%
G=25.82%
B=48.14%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1191182200.460.4600.14240.5959.366.27
Hex7776DC2E2E0Ef13b42
Octal167166334565601636173102
Binary111011111101101101110010111010111001110111100011110111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7776DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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