Html Css Color HEX #7778BC Moody Blue

📋 copy color: '#7778BC'

red 119 ◦ green 120 ◦ blue 188

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

Shades of Moody Blue #7778BC

Tints of Moody Blue #7778BC

RGB

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

 GREEN value IS 120 (47.27% from 255) = 28.1%

 BLUE value IS 188 (73.83% from 255) = 44.03%

R = 27.87%
G = 28.1%
B = 44.03%

CMYK

 C value IS 0.37

 M value IS 0.36

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#7778BC (or 0x7778BC) is known color: Moody Blue. HEX triplet: 77, 78 and BC. RGB value is (119,120,188). Sum of RGB (Red+Green+Blue) = 119+120+188=427 (56% of max value = 765). Red value is 119 (46.88% from 255 or 27.87% from 427); Green value is 120 (47.27% from 255 or 28.10% from 427); Blue value is 188 (73.83% from 255 or 44.03% from 427); Max value from RGB is 188 - color contains mainly: blue. Hex color #7778BC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7778BC is #888743. Grayscale: #7F7F7F. Windows color (decimal): -8947524 or 12351607. OLE color: 12351607.

HSL color Cylindrical-coordinate representation of color #7778BC: hue angle of 239.13º degrees, saturation: 0.34, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #7778BC is Cyan = 0.37, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 119 120 188 -
CMYK 0.37 0.36 0 0.26
HSL 239.13º 0.34% 0.6% -
HSV(B) 239.13º 0.37% 0.74% -
XYZ 23.4 20.99 50.39 -
YUV 127.45 162.17 121.97 -
System Red Green Blue C M Y K H S L
Decimal 119 120 188 0.37 0.36 0 0.26 239.13 0.34 0.6
Hex 77 78 BC 25 24 0 1A EF 22 3C
Octal 167 170 274 45 44 0 32 357 42 74
Binary 1110111 1111000 10111100 100101 100100 0 11010 11101111 100010 111100

Color Harmonies of #7778BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7778BC

Black with #7778BC

Text Example


Text Example

White with #7778BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7778BC; }

 p { color: rgb(119,120,188); }

 H1.HeaderClassName
 {
   color: #7778BC;
 }
 .AnyTagClassName
 {
   color: #7778BC;
 }
</style>

background-color css

<style>
 a { background-color: #7778BC; }

 a { background-color: rgb(119,120,188); }

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

border-color css

<style>
 span { border-color: #7778BC; }

 span { border-color: rgb(119,120,188); }

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