Html Css Color HEX #776DEB Medium Slate Blue

📋 copy color: '#776DEB'

red 119 ◦ green 109 ◦ blue 235

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

Shades of Medium Slate Blue #776DEB

Tints of Medium Slate Blue #776DEB

RGB

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

 GREEN value IS 109 (42.97% from 255) = 23.54%

 BLUE value IS 235 (92.19% from 255) = 50.76%

R = 25.7%
G = 23.54%
B = 50.76%

CMYK

 C value IS 0.49

 M value IS 0.54

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#776DEB (or 0x776DEB) is known color: Medium Slate Blue. HEX triplet: 77, 6D and EB. RGB value is (119,109,235). Sum of RGB (Red+Green+Blue) = 119+109+235=463 (61% of max value = 765). Red value is 119 (46.88% from 255 or 25.70% from 463); Green value is 109 (42.97% from 255 or 23.54% from 463); Blue value is 235 (92.19% from 255 or 50.76% from 463); Max value from RGB is 235 - color contains mainly: blue. Hex color #776DEB is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #776DEB is #889214. Grayscale: #7D7D7D. Windows color (decimal): -8950293 or 15428983. OLE color: 15428983.

HSL color Cylindrical-coordinate representation of color #776DEB: hue angle of 244.76º degrees, saturation: 0.76, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #776DEB is Cyan = 0.49, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 119 109 235 -
CMYK 0.49 0.54 0 0.08
HSL 244.76º 0.76% 0.67% -
HSV(B) 244.76º 0.54% 0.92% -
XYZ 28.07 20.86 81.14 -
YUV 126.35 189.31 122.75 -
System Red Green Blue C M Y K H S L
Decimal 119 109 235 0.49 0.54 0 0.08 244.76 0.76 0.67
Hex 77 6D EB 31 36 0 8 F5 4C 43
Octal 167 155 353 61 66 0 10 365 114 103
Binary 1110111 1101101 11101011 110001 110110 0 1000 11110101 1001100 1000011

Color Harmonies of #776DEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #776DEB

Black with #776DEB

Text Example


Text Example

White with #776DEB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(119,109,235); }

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

background-color css

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

 a { background-color: rgb(119,109,235); }

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

border-color css

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

 span { border-color: rgb(119,109,235); }

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