Html Css Color HEX #776DBC Moody Blue

📋 copy color: '#776DBC'

red 119 ◦ green 109 ◦ blue 188

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

Shades of Moody Blue #776DBC

Tints of Moody Blue #776DBC

RGB

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

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

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

R = 28.61%
G = 26.2%
B = 45.19%

CMYK

 C value IS 0.37

 M value IS 0.42

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#776DBC (or 0x776DBC) is known color: Moody Blue. HEX triplet: 77, 6D and BC. RGB value is (119,109,188). Sum of RGB (Red+Green+Blue) = 119+109+188=416 (55% of max value = 765). Red value is 119 (46.88% from 255 or 28.61% from 416); Green value is 109 (42.97% from 255 or 26.20% from 416); Blue value is 188 (73.83% from 255 or 45.19% from 416); Max value from RGB is 188 - color contains mainly: blue. Hex color #776DBC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #776DBC is #889243. Grayscale: #787878. Windows color (decimal): -8950340 or 12348791. OLE color: 12348791.

HSL color Cylindrical-coordinate representation of color #776DBC: hue angle of 247.59º degrees, saturation: 0.37, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #776DBC is Cyan = 0.37, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 119 109 188 -
CMYK 0.37 0.42 0 0.26
HSL 247.59º 0.37% 0.58% -
HSV(B) 247.59º 0.42% 0.74% -
XYZ 22.15 18.49 49.98 -
YUV 121 165.81 126.58 -
System Red Green Blue C M Y K H S L
Decimal 119 109 188 0.37 0.42 0 0.26 247.59 0.37 0.58
Hex 77 6D BC 25 2A 0 1A F8 25 3A
Octal 167 155 274 45 52 0 32 370 45 72
Binary 1110111 1101101 10111100 100101 101010 0 11010 11111000 100101 111010

Color Harmonies of #776DBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #776DBC

Black with #776DBC

Text Example


Text Example

White with #776DBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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