Html Css Color HEX #776ECD Moody Blue

📋 copy color: '#776ECD'

red 119 ◦ green 110 ◦ blue 205

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

Shades of Moody Blue #776ECD

Tints of Moody Blue #776ECD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 47.24%

R = 27.42%
G = 25.35%
B = 47.24%

CMYK

 C value IS 0.42

 M value IS 0.46

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#776ECD (or 0x776ECD) is known color: Moody Blue. HEX triplet: 77, 6E and CD. RGB value is (119,110,205). Sum of RGB (Red+Green+Blue) = 119+110+205=434 (57% of max value = 765). Red value is 119 (46.88% from 255 or 27.42% from 434); Green value is 110 (43.36% from 255 or 25.35% from 434); Blue value is 205 (80.47% from 255 or 47.24% from 434); Max value from RGB is 205 - color contains mainly: blue. Hex color #776ECD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #776ECD is #889132. Grayscale: #7B7B7B. Windows color (decimal): -8950067 or 13463159. OLE color: 13463159.

HSL color Cylindrical-coordinate representation of color #776ECD: hue angle of 245.68º degrees, saturation: 0.49, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #776ECD is Cyan = 0.42, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 119 110 205 -
CMYK 0.42 0.46 0 0.20
HSL 245.68º 0.49% 0.62% -
HSV(B) 245.68º 0.46% 0.8% -
XYZ 24.2 19.48 60.24 -
YUV 123.52 173.98 124.78 -
System Red Green Blue C M Y K H S L
Decimal 119 110 205 0.42 0.46 0 0.20 245.68 0.49 0.62
Hex 77 6E CD 2A 2E 0 14 F6 31 3E
Octal 167 156 315 52 56 0 24 366 61 76
Binary 1110111 1101110 11001101 101010 101110 0 10100 11110110 110001 111110

Color Harmonies of #776ECD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #776ECD

Black with #776ECD

Text Example


Text Example

White with #776ECD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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