Html Css Color HEX #776BD8 Medium Slate Blue

📋 copy color: '#776BD8'

red 119 ◦ green 107 ◦ blue 216

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

Shades of Medium Slate Blue #776BD8

Tints of Medium Slate Blue #776BD8

RGB

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

 GREEN value IS 107 (42.19% from 255) = 24.21%

 BLUE value IS 216 (84.77% from 255) = 48.87%

R = 26.92%
G = 24.21%
B = 48.87%

CMYK

 C value IS 0.45

 M value IS 0.50

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#776BD8 (or 0x776BD8) is known color: Medium Slate Blue. HEX triplet: 77, 6B and D8. RGB value is (119,107,216). Sum of RGB (Red+Green+Blue) = 119+107+216=442 (58% of max value = 765). Red value is 119 (46.88% from 255 or 26.92% from 442); Green value is 107 (42.19% from 255 or 24.21% from 442); Blue value is 216 (84.77% from 255 or 48.87% from 442); Max value from RGB is 216 - color contains mainly: blue. Hex color #776BD8 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #776BD8 is #889427. Grayscale: #7A7A7A. Windows color (decimal): -8950824 or 14183287. OLE color: 14183287.

HSL color Cylindrical-coordinate representation of color #776BD8: hue angle of 246.61º degrees, saturation: 0.58, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #776BD8 is Cyan = 0.45, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 119 107 216 -
CMYK 0.45 0.50 0 0.15
HSL 246.61º 0.58% 0.63% -
HSV(B) 246.61º 0.5% 0.85% -
XYZ 25.26 19.4 67.38 -
YUV 123.01 180.48 125.14 -
System Red Green Blue C M Y K H S L
Decimal 119 107 216 0.45 0.50 0 0.15 246.61 0.58 0.63
Hex 77 6B D8 2D 32 0 F F7 3A 3F
Octal 167 153 330 55 62 0 17 367 72 77
Binary 1110111 1101011 11011000 101101 110010 0 1111 11110111 111010 111111

Color Harmonies of #776BD8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #776BD8

Black with #776BD8

Text Example


Text Example

White with #776BD8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(119,107,216); }

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

background-color css

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

 a { background-color: rgb(119,107,216); }

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

border-color css

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

 span { border-color: rgb(119,107,216); }

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