#774AF3

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

Shades of Medium Slate Blue #774AF3

Tints of Medium Slate Blue #774AF3

Color information

#774AF3 (or 0x774AF3) is unknown color: approx Medium Slate Blue. HEX triplet: 77, 4A and F3. RGB value is (119,74,243). Sum of RGB (Red+Green+Blue) = 119+74+243=436 (57% of max value = 765). Red value is 119 (46.88% from 255 or 27.29% from 436); Green value is 74 (29.30% from 255 or 16.97% from 436); Blue value is 243 (95.31% from 255 or 55.73% from 436); Max value from RGB is 243 - color contains mainly: blue. Hex color #774AF3 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #774AF3 is #88B50C. Grayscale: #6A6A6A. Windows color (decimal): -8959245 or 15944311. OLE color: 15944311.

HSL color Cylindrical-coordinate representation of color #774AF3: hue angle of 255.98º degrees, saturation: 0.88, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #774AF3 is Cyan = 0.51, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB11974243-
CMYK0.510.7000.05
HSL255.98º87.56%62.16%-
HSV(B)255.98º69.55%95.29%-
XYZ26.2315.2986.36-
YUV106.72204.91136.76-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 27.29%
GREEN value IS 74 (29.30% from 255) = 16.97%
BLUE value IS 243 (95.31% from 255) = 55.73%
R=27.29%
G=16.97%
B=55.73%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal119742430.510.7000.05255.9887.5662.16
Hex774AF3334605100583e
Octal167112363631060540013076
Binary1110111100101011110011110011100011001011000000001011000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #774AF3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(119,74,243); }

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

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

 a { background-color: rgb(119,74,243); }

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

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

 span { border-color: rgb(119,74,243); }

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