Html Css Color HEX #776DDA Medium Slate Blue

📋 copy color: '#776DDA'

red 119 ◦ green 109 ◦ blue 218

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

Shades of Medium Slate Blue #776DDA

Tints of Medium Slate Blue #776DDA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 48.88%

R = 26.68%
G = 24.44%
B = 48.88%

CMYK

 C value IS 0.45

 M value IS 0.5

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#776DDA (or 0x776DDA) is known color: Medium Slate Blue. HEX triplet: 77, 6D and DA. RGB value is (119,109,218). Sum of RGB (Red+Green+Blue) = 119+109+218=446 (59% of max value = 765). Red value is 119 (46.88% from 255 or 26.68% from 446); Green value is 109 (42.97% from 255 or 24.44% from 446); Blue value is 218 (85.55% from 255 or 48.88% from 446); Max value from RGB is 218 - color contains mainly: blue. Hex color #776DDA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #776DDA is #889225. Grayscale: #7B7B7B. Windows color (decimal): -8950310 or 14314871. OLE color: 14314871.

HSL color Cylindrical-coordinate representation of color #776DDA: hue angle of 245.5º degrees, saturation: 0.6, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #776DDA is Cyan = 0.45, Magento = 0.5, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 119 109 218 -
CMYK 0.45 0.5 0 0.15
HSL 245.5º 0.6% 0.64% -
HSV(B) 245.5º 0.5% 0.85% -
XYZ 25.73 19.92 68.82 -
YUV 124.42 180.81 124.14 -
System Red Green Blue C M Y K H S L
Decimal 119 109 218 0.45 0.5 0 0.15 245.5 0.6 0.64
Hex 77 6D DA 2D 32 0 F F6 3C 40
Octal 167 155 332 55 62 0 17 366 74 100
Binary 1110111 1101101 11011010 101101 110010 0 1111 11110110 111100 1000000

Color Harmonies of #776DDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #776DDA

Black with #776DDA

Text Example


Text Example

White with #776DDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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