Html Css Color HEX #774FED Medium Slate Blue

📋 copy color: '#774FED'

red 119 ◦ green 79 ◦ blue 237

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

Shades of Medium Slate Blue #774FED

Tints of Medium Slate Blue #774FED

RGB

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

 GREEN value IS 79 (31.25% from 255) = 18.16%

 BLUE value IS 237 (92.97% from 255) = 54.48%

R = 27.36%
G = 18.16%
B = 54.48%

CMYK

 C value IS 0.50

 M value IS 0.67

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#774FED (or 0x774FED) is known color: Medium Slate Blue. HEX triplet: 77, 4F and ED. RGB value is (119,79,237). Sum of RGB (Red+Green+Blue) = 119+79+237=435 (57% of max value = 765). Red value is 119 (46.88% from 255 or 27.36% from 435); Green value is 79 (31.25% from 255 or 18.16% from 435); Blue value is 237 (92.97% from 255 or 54.48% from 435); Max value from RGB is 237 - color contains mainly: blue. Hex color #774FED is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #774FED is #88B012. Grayscale: #6C6C6C. Windows color (decimal): -8957971 or 15552375. OLE color: 15552375.

HSL color Cylindrical-coordinate representation of color #774FED: hue angle of 255.19º degrees, saturation: 0.81, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #774FED is Cyan = 0.50, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 119 79 237 -
CMYK 0.50 0.67 0 0.07
HSL 255.19º 0.81% 0.62% -
HSV(B) 255.19º 0.67% 0.93% -
XYZ 25.69 15.63 81.78 -
YUV 108.97 200.25 135.15 -
System Red Green Blue C M Y K H S L
Decimal 119 79 237 0.50 0.67 0 0.07 255.19 0.81 0.62
Hex 77 4F ED 32 43 0 7 FF 51 3E
Octal 167 117 355 62 103 0 7 377 121 76
Binary 1110111 1001111 11101101 110010 1000011 0 111 11111111 1010001 111110

Color Harmonies of #774FED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #774FED

Black with #774FED

Text Example


Text Example

White with #774FED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(119,79,237); }

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

background-color css

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

 a { background-color: rgb(119,79,237); }

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

border-color css

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

 span { border-color: rgb(119,79,237); }

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