Html Css Color HEX #776EDD Medium Slate Blue

📋 copy color: '#776EDD'

red 119 ◦ green 110 ◦ blue 221

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

Shades of Medium Slate Blue #776EDD

Tints of Medium Slate Blue #776EDD

RGB

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

 GREEN value IS 110 (43.36% from 255) = 24.44%

 BLUE value IS 221 (86.72% from 255) = 49.11%

R = 26.44%
G = 24.44%
B = 49.11%

CMYK

 C value IS 0.46

 M value IS 0.50

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#776EDD (or 0x776EDD) is known color: Medium Slate Blue. HEX triplet: 77, 6E and DD. RGB value is (119,110,221). Sum of RGB (Red+Green+Blue) = 119+110+221=450 (59% of max value = 765). Red value is 119 (46.88% from 255 or 26.44% from 450); Green value is 110 (43.36% from 255 or 24.44% from 450); Blue value is 221 (86.72% from 255 or 49.11% from 450); Max value from RGB is 221 - color contains mainly: blue. Hex color #776EDD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #776EDD is #889122. Grayscale: #7C7C7C. Windows color (decimal): -8950051 or 14511735. OLE color: 14511735.

HSL color Cylindrical-coordinate representation of color #776EDD: hue angle of 244.86º degrees, saturation: 0.62, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #776EDD is Cyan = 0.46, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 119 110 221 -
CMYK 0.46 0.50 0 0.13
HSL 244.86º 0.62% 0.65% -
HSV(B) 244.86º 0.5% 0.87% -
XYZ 26.23 20.29 70.94 -
YUV 125.35 181.98 123.47 -
System Red Green Blue C M Y K H S L
Decimal 119 110 221 0.46 0.50 0 0.13 244.86 0.62 0.65
Hex 77 6E DD 2E 32 0 D F5 3E 41
Octal 167 156 335 56 62 0 15 365 76 101
Binary 1110111 1101110 11011101 101110 110010 0 1101 11110101 111110 1000001

Color Harmonies of #776EDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #776EDD

Black with #776EDD

Text Example


Text Example

White with #776EDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(119,110,221); }

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

background-color css

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

 a { background-color: rgb(119,110,221); }

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

border-color css

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

 span { border-color: rgb(119,110,221); }

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