Html Css Color HEX #776DEC Medium Slate Blue

📋 copy color: '#776DEC'

red 119 ◦ green 109 ◦ blue 236

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

Shades of Medium Slate Blue #776DEC

Tints of Medium Slate Blue #776DEC

RGB

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

 GREEN value IS 109 (42.97% from 255) = 23.49%

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

R = 25.65%
G = 23.49%
B = 50.86%

CMYK

 C value IS 0.50

 M value IS 0.54

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#776DEC (or 0x776DEC) is known color: Medium Slate Blue. HEX triplet: 77, 6D and EC. RGB value is (119,109,236). Sum of RGB (Red+Green+Blue) = 119+109+236=464 (61% of max value = 765). Red value is 119 (46.88% from 255 or 25.65% from 464); Green value is 109 (42.97% from 255 or 23.49% from 464); Blue value is 236 (92.58% from 255 or 50.86% from 464); Max value from RGB is 236 - color contains mainly: blue. Hex color #776DEC is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #776DEC is #889213. Grayscale: #7D7D7D. Windows color (decimal): -8950292 or 15494519. OLE color: 15494519.

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

Color convert

RGB 119 109 236 -
CMYK 0.50 0.54 0 0.07
HSL 244.72º 0.77% 0.68% -
HSV(B) 244.72º 0.54% 0.93% -
XYZ 28.22 20.92 81.91 -
YUV 126.47 189.81 122.67 -
System Red Green Blue C M Y K H S L
Decimal 119 109 236 0.50 0.54 0 0.07 244.72 0.77 0.68
Hex 77 6D EC 32 36 0 7 F5 4D 44
Octal 167 155 354 62 66 0 7 365 115 104
Binary 1110111 1101101 11101100 110010 110110 0 111 11110101 1001101 1000100

Color Harmonies of #776DEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #776DEC

Black with #776DEC

Text Example


Text Example

White with #776DEC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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