Html Css Color HEX #774DEB Medium Slate Blue

📋 copy color: '#774DEB'

red 119 ◦ green 77 ◦ blue 235

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

Shades of Medium Slate Blue #774DEB

Tints of Medium Slate Blue #774DEB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 54.52%

R = 27.61%
G = 17.87%
B = 54.52%

CMYK

 C value IS 0.49

 M value IS 0.67

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#774DEB (or 0x774DEB) is known color: Medium Slate Blue. HEX triplet: 77, 4D and EB. RGB value is (119,77,235). Sum of RGB (Red+Green+Blue) = 119+77+235=431 (57% of max value = 765). Red value is 119 (46.88% from 255 or 27.61% from 431); Green value is 77 (30.47% from 255 or 17.87% from 431); Blue value is 235 (92.19% from 255 or 54.52% from 431); Max value from RGB is 235 - color contains mainly: blue. Hex color #774DEB is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #774DEB is #88B214. Grayscale: #6A6A6A. Windows color (decimal): -8958485 or 15420791. OLE color: 15420791.

HSL color Cylindrical-coordinate representation of color #774DEB: hue angle of 255.95º degrees, saturation: 0.8, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #774DEB is Cyan = 0.49, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 119 77 235 -
CMYK 0.49 0.67 0 0.08
HSL 255.95º 0.8% 0.61% -
HSV(B) 255.95º 0.67% 0.92% -
XYZ 25.26 15.23 80.21 -
YUV 107.57 199.91 136.15 -
System Red Green Blue C M Y K H S L
Decimal 119 77 235 0.49 0.67 0 0.08 255.95 0.8 0.61
Hex 77 4D EB 31 43 0 8 100 50 3D
Octal 167 115 353 61 103 0 10 400 120 75
Binary 1110111 1001101 11101011 110001 1000011 0 1000 100000000 1010000 111101

Color Harmonies of #774DEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #774DEB

Black with #774DEB

Text Example


Text Example

White with #774DEB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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