Html Css Color HEX #774DFD Medium Slate Blue

📋 copy color: '#774DFD'

red 119 ◦ green 77 ◦ blue 253

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

Shades of Medium Slate Blue #774DFD

Tints of Medium Slate Blue #774DFD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 56.35%

R = 26.5%
G = 17.15%
B = 56.35%

CMYK

 C value IS 0.53

 M value IS 0.70

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#774DFD (or 0x774DFD) is known color: Medium Slate Blue. HEX triplet: 77, 4D and FD. RGB value is (119,77,253). Sum of RGB (Red+Green+Blue) = 119+77+253=449 (59% of max value = 765). Red value is 119 (46.88% from 255 or 26.50% from 449); Green value is 77 (30.47% from 255 or 17.15% from 449); Blue value is 253 (99.22% from 255 or 56.35% from 449); Max value from RGB is 253 - color contains mainly: blue. Hex color #774DFD is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #774DFD is #88B202. Grayscale: #6C6C6C. Windows color (decimal): -8958467 or 16600439. OLE color: 16600439.

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

Color convert

RGB 119 77 253 -
CMYK 0.53 0.70 0 0.01
HSL 254.32º 0.98% 0.65% -
HSV(B) 254.32º 0.7% 0.99% -
XYZ 27.99 16.32 94.6 -
YUV 109.62 208.91 134.69 -
System Red Green Blue C M Y K H S L
Decimal 119 77 253 0.53 0.70 0 0.01 254.32 0.98 0.65
Hex 77 4D FD 35 46 0 1 FE 62 41
Octal 167 115 375 65 106 0 1 376 142 101
Binary 1110111 1001101 11111101 110101 1000110 0 1 11111110 1100010 1000001

Color Harmonies of #774DFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #774DFD

Black with #774DFD

Text Example


Text Example

White with #774DFD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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