#775DDD

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

Shades of Medium Slate Blue #775DDD

Tints of Medium Slate Blue #775DDD

Color information

#775DDD (or 0x775DDD) is unknown color: approx Medium Slate Blue. HEX triplet: 77, 5D and DD. RGB value is (119,93,221). Sum of RGB (Red+Green+Blue) = 119+93+221=433 (57% of max value = 765). Red value is 119 (46.88% from 255 or 27.48% from 433); Green value is 93 (36.72% from 255 or 21.48% from 433); Blue value is 221 (86.72% from 255 or 51.04% from 433); Max value from RGB is 221 - color contains mainly: blue. Hex color #775DDD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #775DDD is #88A222. Grayscale: #727272. Windows color (decimal): -8954403 or 14507383. OLE color: 14507383.

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

Color convert

RGB11993221-
CMYK0.460.5800.13
HSL252.19º65.31%61.57%-
HSV(B)252.19º57.92%86.67%-
XYZ24.5716.9770.39-
YUV115.37187.61130.59-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 27.48%
GREEN value IS 93 (36.72% from 255) = 21.48%
BLUE value IS 221 (86.72% from 255) = 51.04%
R=27.48%
G=21.48%
B=51.04%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal119932210.460.5800.13252.1965.3161.57
Hex775DDD2E3A0Dfc413e
Octal167135335567201537410176
Binary111011110111011101110110111011101001101111111001000001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #775DDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #775DDD; }

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

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

<style>
 a { background-color: #775DDD; }

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

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

<style>
 span { border-color: #775DDD; }

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

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