Html Css Color HEX #774DEC Medium Slate Blue

📋 copy color: '#774DEC'

red 119 ◦ green 77 ◦ blue 236

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

Shades of Medium Slate Blue #774DEC

Tints of Medium Slate Blue #774DEC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 54.63%

R = 27.55%
G = 17.82%
B = 54.63%

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

#774DEC (or 0x774DEC) is known color: Medium Slate Blue. HEX triplet: 77, 4D and EC. RGB value is (119,77,236). Sum of RGB (Red+Green+Blue) = 119+77+236=432 (57% of max value = 765). Red value is 119 (46.88% from 255 or 27.55% from 432); Green value is 77 (30.47% from 255 or 17.82% from 432); Blue value is 236 (92.58% from 255 or 54.63% from 432); Max value from RGB is 236 - color contains mainly: blue. Hex color #774DEC is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #774DEC is #88B213. Grayscale: #6B6B6B. Windows color (decimal): -8958484 or 15486327. OLE color: 15486327.

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

Color convert

RGB 119 77 236 -
CMYK 0.50 0.67 0 0.07
HSL 255.85º 0.81% 0.61% -
HSV(B) 255.85º 0.67% 0.93% -
XYZ 25.4 15.29 80.97 -
YUV 107.68 200.41 136.07 -
System Red Green Blue C M Y K H S L
Decimal 119 77 236 0.50 0.67 0 0.07 255.85 0.81 0.61
Hex 77 4D EC 32 43 0 7 100 51 3D
Octal 167 115 354 62 103 0 7 400 121 75
Binary 1110111 1001101 11101100 110010 1000011 0 111 100000000 1010001 111101

Color Harmonies of #774DEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #774DEC

Black with #774DEC

Text Example


Text Example

White with #774DEC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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