Html Css Color HEX #777BC1 Moody Blue

📋 copy color: '#777BC1'

red 119 ◦ green 123 ◦ blue 193

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

Shades of Moody Blue #777BC1

Tints of Moody Blue #777BC1

RGB

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

 GREEN value IS 123 (48.44% from 255) = 28.28%

 BLUE value IS 193 (75.78% from 255) = 44.37%

R = 27.36%
G = 28.28%
B = 44.37%

CMYK

 C value IS 0.38

 M value IS 0.36

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#777BC1 (or 0x777BC1) is known color: Moody Blue. HEX triplet: 77, 7B and C1. RGB value is (119,123,193). Sum of RGB (Red+Green+Blue) = 119+123+193=435 (57% of max value = 765). Red value is 119 (46.88% from 255 or 27.36% from 435); Green value is 123 (48.44% from 255 or 28.28% from 435); Blue value is 193 (75.78% from 255 or 44.37% from 435); Max value from RGB is 193 - color contains mainly: blue. Hex color #777BC1 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #777BC1 is #88843E. Grayscale: #818181. Windows color (decimal): -8946751 or 12680055. OLE color: 12680055.

HSL color Cylindrical-coordinate representation of color #777BC1: hue angle of 236.76º degrees, saturation: 0.37, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #777BC1 is Cyan = 0.38, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 119 123 193 -
CMYK 0.38 0.36 0 0.24
HSL 236.76º 0.37% 0.61% -
HSV(B) 236.76º 0.38% 0.76% -
XYZ 24.32 21.94 53.4 -
YUV 129.78 163.67 120.31 -
System Red Green Blue C M Y K H S L
Decimal 119 123 193 0.38 0.36 0 0.24 236.76 0.37 0.61
Hex 77 7B C1 26 24 0 18 ED 25 3D
Octal 167 173 301 46 44 0 30 355 45 75
Binary 1110111 1111011 11000001 100110 100100 0 11000 11101101 100101 111101

Color Harmonies of #777BC1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #777BC1

Black with #777BC1

Text Example


Text Example

White with #777BC1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #777BC1; }

 p { color: rgb(119,123,193); }

 H1.HeaderClassName
 {
   color: #777BC1;
 }
 .AnyTagClassName
 {
   color: #777BC1;
 }
</style>

background-color css

<style>
 a { background-color: #777BC1; }

 a { background-color: rgb(119,123,193); }

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

border-color css

<style>
 span { border-color: #777BC1; }

 span { border-color: rgb(119,123,193); }

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