Html Css Color HEX #776FDC Medium Slate Blue

📋 copy color: '#776FDC'

red 119 ◦ green 111 ◦ blue 220

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

Shades of Medium Slate Blue #776FDC

Tints of Medium Slate Blue #776FDC

RGB

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

 GREEN value IS 111 (43.75% from 255) = 24.67%

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

R = 26.44%
G = 24.67%
B = 48.89%

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

#776FDC (or 0x776FDC) is known color: Medium Slate Blue. HEX triplet: 77, 6F and DC. RGB value is (119,111,220). Sum of RGB (Red+Green+Blue) = 119+111+220=450 (59% of max value = 765). Red value is 119 (46.88% from 255 or 26.44% from 450); Green value is 111 (43.75% from 255 or 24.67% from 450); Blue value is 220 (86.33% from 255 or 48.89% from 450); Max value from RGB is 220 - color contains mainly: blue. Hex color #776FDC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #776FDC is #889023. Grayscale: #7D7D7D. Windows color (decimal): -8949796 or 14446455. OLE color: 14446455.

HSL color Cylindrical-coordinate representation of color #776FDC: hue angle of 244.4º 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 #776FDC is Cyan = 0.46, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 119 111 220 -
CMYK 0.46 0.50 0 0.14
HSL 244.4º 0.61% 0.65% -
HSV(B) 244.4º 0.5% 0.86% -
XYZ 26.21 20.46 70.28 -
YUV 125.82 181.15 123.14 -
System Red Green Blue C M Y K H S L
Decimal 119 111 220 0.46 0.50 0 0.14 244.4 0.61 0.65
Hex 77 6F DC 2E 32 0 E F4 3D 41
Octal 167 157 334 56 62 0 16 364 75 101
Binary 1110111 1101111 11011100 101110 110010 0 1110 11110100 111101 1000001

Color Harmonies of #776FDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #776FDC

Black with #776FDC

Text Example


Text Example

White with #776FDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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