Html Css Color HEX #776DDF Medium Slate Blue

📋 copy color: '#776DDF'

red 119 ◦ green 109 ◦ blue 223

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

Shades of Medium Slate Blue #776DDF

Tints of Medium Slate Blue #776DDF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 49.45%

R = 26.39%
G = 24.17%
B = 49.45%

CMYK

 C value IS 0.47

 M value IS 0.51

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#776DDF (or 0x776DDF) is known color: Medium Slate Blue. HEX triplet: 77, 6D and DF. RGB value is (119,109,223). Sum of RGB (Red+Green+Blue) = 119+109+223=451 (59% of max value = 765). Red value is 119 (46.88% from 255 or 26.39% from 451); Green value is 109 (42.97% from 255 or 24.17% from 451); Blue value is 223 (87.5% from 255 or 49.45% from 451); Max value from RGB is 223 - color contains mainly: blue. Hex color #776DDF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #776DDF is #889220. Grayscale: #7C7C7C. Windows color (decimal): -8950305 or 14642551. OLE color: 14642551.

HSL color Cylindrical-coordinate representation of color #776DDF: hue angle of 245.26º degrees, saturation: 0.64, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #776DDF is Cyan = 0.47, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 119 109 223 -
CMYK 0.47 0.51 0 0.13
HSL 245.26º 0.64% 0.65% -
HSV(B) 245.26º 0.51% 0.87% -
XYZ 26.4 20.19 72.32 -
YUV 124.99 183.31 123.73 -
System Red Green Blue C M Y K H S L
Decimal 119 109 223 0.47 0.51 0 0.13 245.26 0.64 0.65
Hex 77 6D DF 2F 33 0 D F5 40 41
Octal 167 155 337 57 63 0 15 365 100 101
Binary 1110111 1101101 11011111 101111 110011 0 1101 11110101 1000000 1000001

Color Harmonies of #776DDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #776DDF

Black with #776DDF

Text Example


Text Example

White with #776DDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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