#774DF2

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

Shades of Medium Slate Blue #774DF2

Tints of Medium Slate Blue #774DF2

Color information

#774DF2 (or 0x774DF2) is unknown color: approx Medium Slate Blue. HEX triplet: 77, 4D and F2. RGB value is (119,77,242). Sum of RGB (Red+Green+Blue) = 119+77+242=438 (58% of max value = 765). Red value is 119 (46.88% from 255 or 27.17% from 438); Green value is 77 (30.47% from 255 or 17.58% from 438); Blue value is 242 (94.92% from 255 or 55.25% from 438); Max value from RGB is 242 - color contains mainly: blue. Hex color #774DF2 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #774DF2 is #88B20D. Grayscale: #6B6B6B. Windows color (decimal): -8958478 or 15879543. OLE color: 15879543.

HSL color Cylindrical-coordinate representation of color #774DF2: hue angle of 255.27º degrees, saturation: 0.86, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #774DF2 is Cyan = 0.51, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB11977242-
CMYK0.510.6800.05
HSL255.27º86.39%62.55%-
HSV(B)255.27º68.18%94.9%-
XYZ26.2915.6485.64-
YUV108.37203.41135.58-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 27.17%
GREEN value IS 77 (30.47% from 255) = 17.58%
BLUE value IS 242 (94.92% from 255) = 55.25%
R=27.17%
G=17.58%
B=55.25%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal119772420.510.6800.05255.2786.3962.55
Hex774DF2334405ff563f
Octal167115362631040537712677
Binary111011110011011111001011001110001000101111111111010110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #774DF2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #774DF2; }

 p { color: rgb(119,77,242); }

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

<style>
 a { background-color: #774DF2; }

 a { background-color: rgb(119,77,242); }

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

<style>
 span { border-color: #774DF2; }

 span { border-color: rgb(119,77,242); }

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