#7771DD

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

Shades of Medium Slate Blue #7771DD

Tints of Medium Slate Blue #7771DD

Color information

#7771DD (or 0x7771DD) is unknown color: approx Medium Slate Blue. HEX triplet: 77, 71 and DD. RGB value is (119,113,221). Sum of RGB (Red+Green+Blue) = 119+113+221=453 (60% of max value = 765). Red value is 119 (46.88% from 255 or 26.27% from 453); Green value is 113 (44.53% from 255 or 24.94% from 453); Blue value is 221 (86.72% from 255 or 48.79% from 453); Max value from RGB is 221 - color contains mainly: blue. Hex color #7771DD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7771DD is #888E22. Grayscale: #7E7E7E. Windows color (decimal): -8949283 or 14512503. OLE color: 14512503.

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

Color convert

RGB119113221-
CMYK0.460.4900.13
HSL243.33º61.36%65.49%-
HSV(B)243.33º48.87%86.67%-
XYZ26.5620.9571.05-
YUV127.11180.99122.22-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 26.27%
GREEN value IS 113 (44.53% from 255) = 24.94%
BLUE value IS 221 (86.72% from 255) = 48.79%
R=26.27%
G=24.94%
B=48.79%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1191132210.460.4900.13243.3361.3665.49
Hex7771DD2E310Df33d41
Octal167161335566101536375101
Binary111011111100011101110110111011000101101111100111111011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7771DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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