Html Css Color HEX #777DCC Moody Blue

📋 copy color: '#777DCC'

red 119 ◦ green 125 ◦ blue 204

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

Shades of Moody Blue #777DCC

Tints of Moody Blue #777DCC

RGB

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

 GREEN value IS 125 (49.22% from 255) = 27.9%

 BLUE value IS 204 (80.08% from 255) = 45.54%

R = 26.56%
G = 27.9%
B = 45.54%

CMYK

 C value IS 0.42

 M value IS 0.39

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#777DCC (or 0x777DCC) is known color: Moody Blue. HEX triplet: 77, 7D and CC. RGB value is (119,125,204). Sum of RGB (Red+Green+Blue) = 119+125+204=448 (59% of max value = 765). Red value is 119 (46.88% from 255 or 26.56% from 448); Green value is 125 (49.22% from 255 or 27.90% from 448); Blue value is 204 (80.08% from 255 or 45.54% from 448); Max value from RGB is 204 - color contains mainly: blue. Hex color #777DCC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #777DCC is #888233. Grayscale: #838383. Windows color (decimal): -8946228 or 13401463. OLE color: 13401463.

HSL color Cylindrical-coordinate representation of color #777DCC: hue angle of 235.76º degrees, saturation: 0.45, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #777DCC is Cyan = 0.42, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 119 125 204 -
CMYK 0.42 0.39 0 0.2
HSL 235.76º 0.45% 0.63% -
HSV(B) 235.76º 0.42% 0.8% -
XYZ 25.84 22.95 60.19 -
YUV 132.21 168.51 118.58 -
System Red Green Blue C M Y K H S L
Decimal 119 125 204 0.42 0.39 0 0.2 235.76 0.45 0.63
Hex 77 7D CC 2A 27 0 14 EC 2D 3F
Octal 167 175 314 52 47 0 24 354 55 77
Binary 1110111 1111101 11001100 101010 100111 0 10100 11101100 101101 111111

Color Harmonies of #777DCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #777DCC

Black with #777DCC

Text Example


Text Example

White with #777DCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(119,125,204); }

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

background-color css

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

 a { background-color: rgb(119,125,204); }

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

border-color css

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

 span { border-color: rgb(119,125,204); }

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