Html Css Color HEX #774DFF Medium Slate Blue

📋 copy color: '#774DFF'

red 119 ◦ green 77 ◦ blue 255

#774DFF
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Medium Slate Blue #774DFF

Tints of Medium Slate Blue #774DFF

RGB

 RED value IS 119 (46.88% from 255) = 26.39%

 GREEN value IS 77 (30.47% from 255) = 17.07%

 BLUE value IS 255 (100% from 255) = 56.54%

R = 26.39%
G = 17.07%
B = 56.54%

CMYK

 C value IS 0.53

 M value IS 0.70

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#774DFF (or 0x774DFF) is known color: Medium Slate Blue. HEX triplet: 77, 4D and FF. RGB value is (119,77,255). Sum of RGB (Red+Green+Blue) = 119+77+255=451 (59% of max value = 765). Red value is 119 (46.88% from 255 or 26.39% from 451); Green value is 77 (30.47% from 255 or 17.07% from 451); Blue value is 255 (100% from 255 or 56.54% from 451); Max value from RGB is 255 - color contains mainly: blue. Hex color #774DFF is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #774DFF is #88B200. Grayscale: #6D6D6D. Windows color (decimal): -8958465 or 16731511. OLE color: 16731511.

HSL color Cylindrical-coordinate representation of color #774DFF: hue angle of 254.16º degrees, saturation: 1, lightness: 0.65%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #774DFF is Cyan = 0.53, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 119 77 255 -
CMYK 0.53 0.70 0 0
HSL 254.16º 1% 0.65% -
HSV(B) 254.16º 0.7% 1% -
XYZ 28.31 16.45 96.29 -
YUV 109.85 209.91 134.53 -
System Red Green Blue C M Y K H S L
Decimal 119 77 255 0.53 0.70 0 0 254.16 1 0.65
Hex 77 4D FF 35 46 0 0 FE 64 41
Octal 167 115 377 65 106 0 0 376 144 101
Binary 1110111 1001101 11111111 110101 1000110 0 0 11111110 1100100 1000001

Color Harmonies of #774DFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #774DFF

Black with #774DFF

Text Example


Text Example

White with #774DFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #774DFF;
 }
 .AnyTagClassName
 {
   color: #774DFF;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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