Html Css Color HEX #776AED Medium Slate Blue

📋 copy color: '#776AED'

red 119 ◦ green 106 ◦ blue 237

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

Shades of Medium Slate Blue #776AED

Tints of Medium Slate Blue #776AED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 51.3%

R = 25.76%
G = 22.94%
B = 51.3%

CMYK

 C value IS 0.50

 M value IS 0.55

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#776AED (or 0x776AED) is known color: Medium Slate Blue. HEX triplet: 77, 6A and ED. RGB value is (119,106,237). Sum of RGB (Red+Green+Blue) = 119+106+237=462 (61% of max value = 765). Red value is 119 (46.88% from 255 or 25.76% from 462); Green value is 106 (41.80% from 255 or 22.94% from 462); Blue value is 237 (92.97% from 255 or 51.30% from 462); Max value from RGB is 237 - color contains mainly: blue. Hex color #776AED is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #776AED is #889512. Grayscale: #7C7C7C. Windows color (decimal): -8951059 or 15559287. OLE color: 15559287.

HSL color Cylindrical-coordinate representation of color #776AED: hue angle of 245.95º degrees, saturation: 0.78, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #776AED is Cyan = 0.50, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 119 106 237 -
CMYK 0.50 0.55 0 0.07
HSL 245.95º 0.78% 0.67% -
HSV(B) 245.95º 0.55% 0.93% -
XYZ 28.05 20.34 82.57 -
YUV 124.82 191.31 123.85 -
System Red Green Blue C M Y K H S L
Decimal 119 106 237 0.50 0.55 0 0.07 245.95 0.78 0.67
Hex 77 6A ED 32 37 0 7 F6 4E 43
Octal 167 152 355 62 67 0 7 366 116 103
Binary 1110111 1101010 11101101 110010 110111 0 111 11110110 1001110 1000011

Color Harmonies of #776AED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #776AED

Black with #776AED

Text Example


Text Example

White with #776AED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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