Html Css Color HEX #776EDC Medium Slate Blue

📋 copy color: '#776EDC'

red 119 ◦ green 110 ◦ blue 220

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

Shades of Medium Slate Blue #776EDC

Tints of Medium Slate Blue #776EDC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 49%

R = 26.5%
G = 24.5%
B = 49%

CMYK

 C value IS 0.46

 M value IS 0.50

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#776EDC (or 0x776EDC) is known color: Medium Slate Blue. HEX triplet: 77, 6E and DC. RGB value is (119,110,220). Sum of RGB (Red+Green+Blue) = 119+110+220=449 (59% of max value = 765). Red value is 119 (46.88% from 255 or 26.50% from 449); Green value is 110 (43.36% from 255 or 24.50% from 449); Blue value is 220 (86.33% from 255 or 49.00% from 449); Max value from RGB is 220 - color contains mainly: blue. Hex color #776EDC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #776EDC is #889123. Grayscale: #7C7C7C. Windows color (decimal): -8950052 or 14446199. OLE color: 14446199.

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

Color convert

RGB 119 110 220 -
CMYK 0.46 0.50 0 0.14
HSL 244.91º 0.61% 0.65% -
HSV(B) 244.91º 0.5% 0.86% -
XYZ 26.1 20.24 70.24 -
YUV 125.23 181.48 123.56 -
System Red Green Blue C M Y K H S L
Decimal 119 110 220 0.46 0.50 0 0.14 244.91 0.61 0.65
Hex 77 6E DC 2E 32 0 E F5 3D 41
Octal 167 156 334 56 62 0 16 365 75 101
Binary 1110111 1101110 11011100 101110 110010 0 1110 11110101 111101 1000001

Color Harmonies of #776EDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #776EDC

Black with #776EDC

Text Example


Text Example

White with #776EDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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