Html Css Color HEX #776ADD Medium Slate Blue

📋 copy color: '#776ADD'

red 119 ◦ green 106 ◦ blue 221

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

Shades of Medium Slate Blue #776ADD

Tints of Medium Slate Blue #776ADD

RGB

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

 GREEN value IS 106 (41.8% from 255) = 23.77%

 BLUE value IS 221 (86.72% from 255) = 49.55%

R = 26.68%
G = 23.77%
B = 49.55%

CMYK

 C value IS 0.46

 M value IS 0.52

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#776ADD (or 0x776ADD) is known color: Medium Slate Blue. HEX triplet: 77, 6A and DD. RGB value is (119,106,221). Sum of RGB (Red+Green+Blue) = 119+106+221=446 (59% of max value = 765). Red value is 119 (46.88% from 255 or 26.68% from 446); Green value is 106 (41.80% from 255 or 23.77% from 446); Blue value is 221 (86.72% from 255 or 49.55% from 446); Max value from RGB is 221 - color contains mainly: blue. Hex color #776ADD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #776ADD is #889522. Grayscale: #7A7A7A. Windows color (decimal): -8951075 or 14510711. OLE color: 14510711.

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

Color convert

RGB 119 106 221 -
CMYK 0.46 0.52 0 0.13
HSL 246.78º 0.63% 0.64% -
HSV(B) 246.78º 0.52% 0.87% -
XYZ 25.81 19.45 70.8 -
YUV 123 183.31 125.15 -
System Red Green Blue C M Y K H S L
Decimal 119 106 221 0.46 0.52 0 0.13 246.78 0.63 0.64
Hex 77 6A DD 2E 34 0 D F7 3F 40
Octal 167 152 335 56 64 0 15 367 77 100
Binary 1110111 1101010 11011101 101110 110100 0 1101 11110111 111111 1000000

Color Harmonies of #776ADD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #776ADD

Black with #776ADD

Text Example


Text Example

White with #776ADD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(119,106,221); }

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

background-color css

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

 a { background-color: rgb(119,106,221); }

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

border-color css

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

 span { border-color: rgb(119,106,221); }

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