Html Css Color HEX #7776DB Moody Blue

📋 copy color: '#7776DB'

red 119 ◦ green 118 ◦ blue 219

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

Shades of Moody Blue #7776DB

Tints of Moody Blue #7776DB

RGB

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

 GREEN value IS 118 (46.48% from 255) = 25.88%

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

R = 26.1%
G = 25.88%
B = 48.03%

CMYK

 C value IS 0.46

 M value IS 0.46

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#7776DB (or 0x7776DB) is known color: Moody Blue. HEX triplet: 77, 76 and DB. RGB value is (119,118,219). Sum of RGB (Red+Green+Blue) = 119+118+219=456 (60% of max value = 765). Red value is 119 (46.88% from 255 or 26.10% from 456); Green value is 118 (46.48% from 255 or 25.88% from 456); Blue value is 219 (85.94% from 255 or 48.03% from 456); Max value from RGB is 219 - color contains mainly: blue. Hex color #7776DB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7776DB is #888924. Grayscale: #818181. Windows color (decimal): -8948005 or 14382711. OLE color: 14382711.

HSL color Cylindrical-coordinate representation of color #7776DB: hue angle of 240.59º degrees, saturation: 0.58, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #7776DB is Cyan = 0.46, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 119 118 219 -
CMYK 0.46 0.46 0 0.14
HSL 240.59º 0.58% 0.66% -
HSV(B) 240.59º 0.46% 0.86% -
XYZ 26.87 21.99 69.85 -
YUV 129.81 178.33 120.29 -
System Red Green Blue C M Y K H S L
Decimal 119 118 219 0.46 0.46 0 0.14 240.59 0.58 0.66
Hex 77 76 DB 2E 2E 0 E F1 3A 42
Octal 167 166 333 56 56 0 16 361 72 102
Binary 1110111 1110110 11011011 101110 101110 0 1110 11110001 111010 1000010

Color Harmonies of #7776DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7776DB

Black with #7776DB

Text Example


Text Example

White with #7776DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7776DB; }

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

 H1.HeaderClassName
 {
   color: #7776DB;
 }
 .AnyTagClassName
 {
   color: #7776DB;
 }
</style>

background-color css

<style>
 a { background-color: #7776DB; }

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

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

border-color css

<style>
 span { border-color: #7776DB; }

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

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