Html Css Color HEX #777FCC Moody Blue

📋 copy color: '#777FCC'

red 119 ◦ green 127 ◦ blue 204

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

Shades of Moody Blue #777FCC

Tints of Moody Blue #777FCC

RGB

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

 GREEN value IS 127 (50% from 255) = 28.22%

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

R = 26.44%
G = 28.22%
B = 45.33%

CMYK

 C value IS 0.42

 M value IS 0.38

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#777FCC (or 0x777FCC) is known color: Moody Blue. HEX triplet: 77, 7F and CC. RGB value is (119,127,204). Sum of RGB (Red+Green+Blue) = 119+127+204=450 (59% of max value = 765). Red value is 119 (46.88% from 255 or 26.44% from 450); Green value is 127 (50% from 255 or 28.22% from 450); Blue value is 204 (80.08% from 255 or 45.33% from 450); Max value from RGB is 204 - color contains mainly: blue. Hex color #777FCC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #777FCC is #888033. Grayscale: #858585. Windows color (decimal): -8945716 or 13401975. OLE color: 13401975.

HSL color Cylindrical-coordinate representation of color #777FCC: hue angle of 234.35º 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 #777FCC is Cyan = 0.42, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 119 127 204 -
CMYK 0.42 0.38 0 0.2
HSL 234.35º 0.45% 0.63% -
HSV(B) 234.35º 0.42% 0.8% -
XYZ 26.1 23.46 60.28 -
YUV 133.39 167.85 117.74 -
System Red Green Blue C M Y K H S L
Decimal 119 127 204 0.42 0.38 0 0.2 234.35 0.45 0.63
Hex 77 7F CC 2A 26 0 14 EA 2D 3F
Octal 167 177 314 52 46 0 24 352 55 77
Binary 1110111 1111111 11001100 101010 100110 0 10100 11101010 101101 111111

Color Harmonies of #777FCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #777FCC

Black with #777FCC

Text Example


Text Example

White with #777FCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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