Html Css Color HEX #776DDC Medium Slate Blue

📋 copy color: '#776DDC'

red 119 ◦ green 109 ◦ blue 220

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

Shades of Medium Slate Blue #776DDC

Tints of Medium Slate Blue #776DDC

RGB

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

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

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

R = 26.56%
G = 24.33%
B = 49.11%

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

#776DDC (or 0x776DDC) is known color: Medium Slate Blue. HEX triplet: 77, 6D and DC. RGB value is (119,109,220). Sum of RGB (Red+Green+Blue) = 119+109+220=448 (59% of max value = 765). Red value is 119 (46.88% from 255 or 26.56% from 448); Green value is 109 (42.97% from 255 or 24.33% from 448); Blue value is 220 (86.33% from 255 or 49.11% from 448); Max value from RGB is 220 - color contains mainly: blue. Hex color #776DDC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #776DDC is #889223. Grayscale: #7C7C7C. Windows color (decimal): -8950308 or 14445943. OLE color: 14445943.

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

Color convert

RGB 119 109 220 -
CMYK 0.46 0.50 0 0.14
HSL 245.41º 0.61% 0.65% -
HSV(B) 245.41º 0.5% 0.86% -
XYZ 25.99 20.03 70.21 -
YUV 124.64 181.81 123.97 -
System Red Green Blue C M Y K H S L
Decimal 119 109 220 0.46 0.50 0 0.14 245.41 0.61 0.65
Hex 77 6D DC 2E 32 0 E F5 3D 41
Octal 167 155 334 56 62 0 16 365 75 101
Binary 1110111 1101101 11011100 101110 110010 0 1110 11110101 111101 1000001

Color Harmonies of #776DDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #776DDC

Black with #776DDC

Text Example


Text Example

White with #776DDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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