Html Css Color HEX #776EC9 Moody Blue

📋 copy color: '#776EC9'

red 119 ◦ green 110 ◦ blue 201

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

Shades of Moody Blue #776EC9

Tints of Moody Blue #776EC9

RGB

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

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

 BLUE value IS 201 (78.91% from 255) = 46.74%

R = 27.67%
G = 25.58%
B = 46.74%

CMYK

 C value IS 0.41

 M value IS 0.45

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#776EC9 (or 0x776EC9) is known color: Moody Blue. HEX triplet: 77, 6E and C9. RGB value is (119,110,201). Sum of RGB (Red+Green+Blue) = 119+110+201=430 (56% of max value = 765). Red value is 119 (46.88% from 255 or 27.67% from 430); Green value is 110 (43.36% from 255 or 25.58% from 430); Blue value is 201 (78.91% from 255 or 46.74% from 430); Max value from RGB is 201 - color contains mainly: blue. Hex color #776EC9 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #776EC9 is #889136. Grayscale: #7A7A7A. Windows color (decimal): -8950071 or 13201015. OLE color: 13201015.

HSL color Cylindrical-coordinate representation of color #776EC9: hue angle of 245.93º degrees, saturation: 0.46, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #776EC9 is Cyan = 0.41, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 119 110 201 -
CMYK 0.41 0.45 0 0.21
HSL 245.93º 0.46% 0.61% -
HSV(B) 245.93º 0.45% 0.79% -
XYZ 23.73 19.29 57.73 -
YUV 123.07 171.98 125.1 -
System Red Green Blue C M Y K H S L
Decimal 119 110 201 0.41 0.45 0 0.21 245.93 0.46 0.61
Hex 77 6E C9 29 2D 0 15 F6 2E 3D
Octal 167 156 311 51 55 0 25 366 56 75
Binary 1110111 1101110 11001001 101001 101101 0 10101 11110110 101110 111101

Color Harmonies of #776EC9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #776EC9

Black with #776EC9

Text Example


Text Example

White with #776EC9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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