Html Css Color HEX #777BC4 Moody Blue

📋 copy color: '#777BC4'

red 119 ◦ green 123 ◦ blue 196

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

Shades of Moody Blue #777BC4

Tints of Moody Blue #777BC4

RGB

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

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

 BLUE value IS 196 (76.95% from 255) = 44.75%

R = 27.17%
G = 28.08%
B = 44.75%

CMYK

 C value IS 0.39

 M value IS 0.37

 Y value IS 0

 K value IS 0.23

RGB Variations

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

Color information

#777BC4 (or 0x777BC4) is known color: Moody Blue. HEX triplet: 77, 7B and C4. RGB value is (119,123,196). Sum of RGB (Red+Green+Blue) = 119+123+196=438 (58% of max value = 765). Red value is 119 (46.88% from 255 or 27.17% from 438); Green value is 123 (48.44% from 255 or 28.08% from 438); Blue value is 196 (76.95% from 255 or 44.75% from 438); Max value from RGB is 196 - color contains mainly: blue. Hex color #777BC4 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #777BC4 is #88843B. Grayscale: #818181. Windows color (decimal): -8946748 or 12876663. OLE color: 12876663.

HSL color Cylindrical-coordinate representation of color #777BC4: hue angle of 236.88º degrees, saturation: 0.39, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #777BC4 is Cyan = 0.39, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB 119 123 196 -
CMYK 0.39 0.37 0 0.23
HSL 236.88º 0.39% 0.62% -
HSV(B) 236.88º 0.39% 0.77% -
XYZ 24.65 22.07 55.19 -
YUV 130.13 165.17 120.06 -
System Red Green Blue C M Y K H S L
Decimal 119 123 196 0.39 0.37 0 0.23 236.88 0.39 0.62
Hex 77 7B C4 27 25 0 17 ED 27 3E
Octal 167 173 304 47 45 0 27 355 47 76
Binary 1110111 1111011 11000100 100111 100101 0 10111 11101101 100111 111110

Color Harmonies of #777BC4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #777BC4

Black with #777BC4

Text Example


Text Example

White with #777BC4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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