#775DF1

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

Shades of Medium Slate Blue #775DF1

Tints of Medium Slate Blue #775DF1

Color information

#775DF1 (or 0x775DF1) is unknown color: approx Medium Slate Blue. HEX triplet: 77, 5D and F1. RGB value is (119,93,241). Sum of RGB (Red+Green+Blue) = 119+93+241=453 (60% of max value = 765). Red value is 119 (46.88% from 255 or 26.27% from 453); Green value is 93 (36.72% from 255 or 20.53% from 453); Blue value is 241 (94.53% from 255 or 53.20% from 453); Max value from RGB is 241 - color contains mainly: blue. Hex color #775DF1 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #775DF1 is #88A20E. Grayscale: #757575. Windows color (decimal): -8954383 or 15818103. OLE color: 15818103.

HSL color Cylindrical-coordinate representation of color #775DF1: hue angle of 250.54º degrees, saturation: 0.84, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #775DF1 is Cyan = 0.51, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB11993241-
CMYK0.510.6100.05
HSL250.54º84.09%65.49%-
HSV(B)250.54º61.41%94.51%-
XYZ27.418.185.27-
YUV117.65197.61128.97-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 26.27%
GREEN value IS 93 (36.72% from 255) = 20.53%
BLUE value IS 241 (94.53% from 255) = 53.20%
R=26.27%
G=20.53%
B=53.20%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal119932410.510.6100.05250.5484.0965.49
Hex775DF1333D05fb5441
Octal167135361637505373124101
Binary111011110111011111000111001111110101011111101110101001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #775DF1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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