Html Css Color HEX #776EDB Medium Slate Blue

📋 copy color: '#776EDB'

red 119 ◦ green 110 ◦ blue 219

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

Shades of Medium Slate Blue #776EDB

Tints of Medium Slate Blue #776EDB

RGB

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

 GREEN value IS 110 (43.36% from 255) = 24.55%

 BLUE value IS 219 (85.94% from 255) = 48.88%

R = 26.56%
G = 24.55%
B = 48.88%

CMYK

 C value IS 0.46

 M value IS 0.50

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#776EDB (or 0x776EDB) is known color: Medium Slate Blue. HEX triplet: 77, 6E and DB. RGB value is (119,110,219). Sum of RGB (Red+Green+Blue) = 119+110+219=448 (59% of max value = 765). Red value is 119 (46.88% from 255 or 26.56% from 448); Green value is 110 (43.36% from 255 or 24.55% from 448); Blue value is 219 (85.94% from 255 or 48.88% from 448); Max value from RGB is 219 - color contains mainly: blue. Hex color #776EDB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #776EDB is #889124. Grayscale: #7C7C7C. Windows color (decimal): -8950053 or 14380663. OLE color: 14380663.

HSL color Cylindrical-coordinate representation of color #776EDB: hue angle of 244.95º degrees, saturation: 0.6, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #776EDB is Cyan = 0.46, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 119 110 219 -
CMYK 0.46 0.50 0 0.14
HSL 244.95º 0.6% 0.65% -
HSV(B) 244.95º 0.5% 0.86% -
XYZ 25.97 20.19 69.55 -
YUV 125.12 180.98 123.64 -
System Red Green Blue C M Y K H S L
Decimal 119 110 219 0.46 0.50 0 0.14 244.95 0.6 0.65
Hex 77 6E DB 2E 32 0 E F5 3C 41
Octal 167 156 333 56 62 0 16 365 74 101
Binary 1110111 1101110 11011011 101110 110010 0 1110 11110101 111100 1000001

Color Harmonies of #776EDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #776EDB

Black with #776EDB

Text Example


Text Example

White with #776EDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(119,110,219); }

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

background-color css

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

 a { background-color: rgb(119,110,219); }

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

border-color css

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

 span { border-color: rgb(119,110,219); }

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