Html Css Color HEX #776DCD Moody Blue

📋 copy color: '#776DCD'

red 119 ◦ green 109 ◦ blue 205

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

Shades of Moody Blue #776DCD

Tints of Moody Blue #776DCD

RGB

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

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

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

R = 27.48%
G = 25.17%
B = 47.34%

CMYK

 C value IS 0.42

 M value IS 0.47

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#776DCD (or 0x776DCD) is known color: Moody Blue. HEX triplet: 77, 6D and CD. RGB value is (119,109,205). Sum of RGB (Red+Green+Blue) = 119+109+205=433 (57% of max value = 765). Red value is 119 (46.88% from 255 or 27.48% from 433); Green value is 109 (42.97% from 255 or 25.17% from 433); Blue value is 205 (80.47% from 255 or 47.34% from 433); Max value from RGB is 205 - color contains mainly: blue. Hex color #776DCD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #776DCD is #889232. Grayscale: #7A7A7A. Windows color (decimal): -8950323 or 13462903. OLE color: 13462903.

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

Color convert

RGB 119 109 205 -
CMYK 0.42 0.47 0 0.20
HSL 246.25º 0.49% 0.62% -
HSV(B) 246.25º 0.47% 0.8% -
XYZ 24.1 19.27 60.21 -
YUV 122.93 174.31 125.19 -
System Red Green Blue C M Y K H S L
Decimal 119 109 205 0.42 0.47 0 0.20 246.25 0.49 0.62
Hex 77 6D CD 2A 2F 0 14 F6 31 3E
Octal 167 155 315 52 57 0 24 366 61 76
Binary 1110111 1101101 11001101 101010 101111 0 10100 11110110 110001 111110

Color Harmonies of #776DCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #776DCD

Black with #776DCD

Text Example


Text Example

White with #776DCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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