Html Css Color HEX #776FD2 Moody Blue

📋 copy color: '#776FD2'

red 119 ◦ green 111 ◦ blue 210

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

Shades of Moody Blue #776FD2

Tints of Moody Blue #776FD2

RGB

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

 GREEN value IS 111 (43.75% from 255) = 25.23%

 BLUE value IS 210 (82.42% from 255) = 47.73%

R = 27.05%
G = 25.23%
B = 47.73%

CMYK

 C value IS 0.43

 M value IS 0.47

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#776FD2 (or 0x776FD2) is known color: Moody Blue. HEX triplet: 77, 6F and D2. RGB value is (119,111,210). Sum of RGB (Red+Green+Blue) = 119+111+210=440 (58% of max value = 765). Red value is 119 (46.88% from 255 or 27.05% from 440); Green value is 111 (43.75% from 255 or 25.23% from 440); Blue value is 210 (82.42% from 255 or 47.73% from 440); Max value from RGB is 210 - color contains mainly: blue. Hex color #776FD2 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #776FD2 is #88902D. Grayscale: #7C7C7C. Windows color (decimal): -8949806 or 13791095. OLE color: 13791095.

HSL color Cylindrical-coordinate representation of color #776FD2: hue angle of 244.85º degrees, saturation: 0.52, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #776FD2 is Cyan = 0.43, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 119 111 210 -
CMYK 0.43 0.47 0 0.18
HSL 244.85º 0.52% 0.63% -
HSV(B) 244.85º 0.47% 0.82% -
XYZ 24.93 19.94 63.51 -
YUV 124.68 176.15 123.95 -
System Red Green Blue C M Y K H S L
Decimal 119 111 210 0.43 0.47 0 0.18 244.85 0.52 0.63
Hex 77 6F D2 2B 2F 0 12 F5 34 3F
Octal 167 157 322 53 57 0 22 365 64 77
Binary 1110111 1101111 11010010 101011 101111 0 10010 11110101 110100 111111

Color Harmonies of #776FD2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #776FD2

Black with #776FD2

Text Example


Text Example

White with #776FD2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(119,111,210); }

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

background-color css

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

 a { background-color: rgb(119,111,210); }

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

border-color css

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

 span { border-color: rgb(119,111,210); }

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