#775ADF

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

Shades of Medium Slate Blue #775ADF

Tints of Medium Slate Blue #775ADF

Color information

#775ADF (or 0x775ADF) is unknown color: approx Medium Slate Blue. HEX triplet: 77, 5A and DF. RGB value is (119,90,223). Sum of RGB (Red+Green+Blue) = 119+90+223=432 (57% of max value = 765). Red value is 119 (46.88% from 255 or 27.55% from 432); Green value is 90 (35.55% from 255 or 20.83% from 432); Blue value is 223 (87.5% from 255 or 51.62% from 432); Max value from RGB is 223 - color contains mainly: blue. Hex color #775ADF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #775ADF is #88A520. Grayscale: #717171. Windows color (decimal): -8955169 or 14637687. OLE color: 14637687.

HSL color Cylindrical-coordinate representation of color #775ADF: hue angle of 253.08º degrees, saturation: 0.68, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #775ADF is Cyan = 0.47, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB11990223-
CMYK0.470.6000.13
HSL253.08º67.51%61.37%-
HSV(B)253.08º59.64%87.45%-
XYZ24.5816.5671.71-
YUV113.83189.61131.69-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 27.55%
GREEN value IS 90 (35.55% from 255) = 20.83%
BLUE value IS 223 (87.5% from 255) = 51.62%
R=27.55%
G=20.83%
B=51.62%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal119902230.470.6000.13253.0867.5161.37
Hex775ADF2F3C0Dfd443d
Octal167132337577401537510475
Binary111011110110101101111110111111110001101111111011000100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #775ADF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(119,90,223); }

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

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

 a { background-color: rgb(119,90,223); }

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

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

 span { border-color: rgb(119,90,223); }

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