Html Css Color HEX #776BDB Medium Slate Blue

📋 copy color: '#776BDB'

red 119 ◦ green 107 ◦ blue 219

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

Shades of Medium Slate Blue #776BDB

Tints of Medium Slate Blue #776BDB

RGB

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

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

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

R = 26.74%
G = 24.04%
B = 49.21%

CMYK

 C value IS 0.46

 M value IS 0.51

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#776BDB (or 0x776BDB) is known color: Medium Slate Blue. HEX triplet: 77, 6B and DB. RGB value is (119,107,219). Sum of RGB (Red+Green+Blue) = 119+107+219=445 (58% of max value = 765). Red value is 119 (46.88% from 255 or 26.74% from 445); Green value is 107 (42.19% from 255 or 24.04% from 445); Blue value is 219 (85.94% from 255 or 49.21% from 445); Max value from RGB is 219 - color contains mainly: blue. Hex color #776BDB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #776BDB is #889424. Grayscale: #7A7A7A. Windows color (decimal): -8950821 or 14379895. OLE color: 14379895.

HSL color Cylindrical-coordinate representation of color #776BDB: hue angle of 246.43º degrees, saturation: 0.61, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #776BDB is Cyan = 0.46, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 119 107 219 -
CMYK 0.46 0.51 0 0.14
HSL 246.43º 0.61% 0.64% -
HSV(B) 246.43º 0.51% 0.86% -
XYZ 25.65 19.55 69.44 -
YUV 123.36 181.98 124.89 -
System Red Green Blue C M Y K H S L
Decimal 119 107 219 0.46 0.51 0 0.14 246.43 0.61 0.64
Hex 77 6B DB 2E 33 0 E F6 3D 40
Octal 167 153 333 56 63 0 16 366 75 100
Binary 1110111 1101011 11011011 101110 110011 0 1110 11110110 111101 1000000

Color Harmonies of #776BDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #776BDB

Black with #776BDB

Text Example


Text Example

White with #776BDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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