Html Css Color HEX #776ADE Medium Slate Blue

📋 copy color: '#776ADE'

red 119 ◦ green 106 ◦ blue 222

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

Shades of Medium Slate Blue #776ADE

Tints of Medium Slate Blue #776ADE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 49.66%

R = 26.62%
G = 23.71%
B = 49.66%

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

#776ADE (or 0x776ADE) is known color: Medium Slate Blue. HEX triplet: 77, 6A and DE. RGB value is (119,106,222). Sum of RGB (Red+Green+Blue) = 119+106+222=447 (59% of max value = 765). Red value is 119 (46.88% from 255 or 26.62% from 447); Green value is 106 (41.80% from 255 or 23.71% from 447); Blue value is 222 (87.11% from 255 or 49.66% from 447); Max value from RGB is 222 - color contains mainly: blue. Hex color #776ADE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #776ADE is #889521. Grayscale: #7A7A7A. Windows color (decimal): -8951074 or 14576247. OLE color: 14576247.

HSL color Cylindrical-coordinate representation of color #776ADE: hue angle of 246.72º degrees, saturation: 0.64, 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 #776ADE is Cyan = 0.46, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 119 106 222 -
CMYK 0.46 0.52 0 0.13
HSL 246.72º 0.64% 0.64% -
HSV(B) 246.72º 0.52% 0.87% -
XYZ 25.95 19.5 71.5 -
YUV 123.11 183.81 125.07 -
System Red Green Blue C M Y K H S L
Decimal 119 106 222 0.46 0.52 0 0.13 246.72 0.64 0.64
Hex 77 6A DE 2E 34 0 D F7 40 40
Octal 167 152 336 56 64 0 15 367 100 100
Binary 1110111 1101010 11011110 101110 110100 0 1101 11110111 1000000 1000000

Color Harmonies of #776ADE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #776ADE

Black with #776ADE

Text Example


Text Example

White with #776ADE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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