Html Css Color HEX #776AE0 Medium Slate Blue

📋 copy color: '#776AE0'

red 119 ◦ green 106 ◦ blue 224

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

Shades of Medium Slate Blue #776AE0

Tints of Medium Slate Blue #776AE0

RGB

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

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

 BLUE value IS 224 (87.89% from 255) = 49.89%

R = 26.5%
G = 23.61%
B = 49.89%

CMYK

 C value IS 0.47

 M value IS 0.53

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#776AE0 (or 0x776AE0) is known color: Medium Slate Blue. HEX triplet: 77, 6A and E0. RGB value is (119,106,224). Sum of RGB (Red+Green+Blue) = 119+106+224=449 (59% of max value = 765). Red value is 119 (46.88% from 255 or 26.50% from 449); Green value is 106 (41.80% from 255 or 23.61% from 449); Blue value is 224 (87.89% from 255 or 49.89% from 449); Max value from RGB is 224 - color contains mainly: blue. Hex color #776AE0 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #776AE0 is #88951F. Grayscale: #7A7A7A. Windows color (decimal): -8951072 or 14707319. OLE color: 14707319.

HSL color Cylindrical-coordinate representation of color #776AE0: hue angle of 246.61º degrees, saturation: 0.66, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #776AE0 is Cyan = 0.47, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 119 106 224 -
CMYK 0.47 0.53 0 0.12
HSL 246.61º 0.66% 0.65% -
HSV(B) 246.61º 0.53% 0.88% -
XYZ 26.22 19.61 72.92 -
YUV 123.34 184.81 124.91 -
System Red Green Blue C M Y K H S L
Decimal 119 106 224 0.47 0.53 0 0.12 246.61 0.66 0.65
Hex 77 6A E0 2F 35 0 C F7 42 41
Octal 167 152 340 57 65 0 14 367 102 101
Binary 1110111 1101010 11100000 101111 110101 0 1100 11110111 1000010 1000001

Color Harmonies of #776AE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #776AE0

Black with #776AE0

Text Example


Text Example

White with #776AE0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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