Html Css Color HEX #777BDC Moody Blue

📋 copy color: '#777BDC'

red 119 ◦ green 123 ◦ blue 220

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

Shades of Moody Blue #777BDC

Tints of Moody Blue #777BDC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 47.62%

R = 25.76%
G = 26.62%
B = 47.62%

CMYK

 C value IS 0.46

 M value IS 0.44

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#777BDC (or 0x777BDC) is known color: Moody Blue. HEX triplet: 77, 7B and DC. RGB value is (119,123,220). Sum of RGB (Red+Green+Blue) = 119+123+220=462 (61% of max value = 765). Red value is 119 (46.88% from 255 or 25.76% from 462); Green value is 123 (48.44% from 255 or 26.62% from 462); Blue value is 220 (86.33% from 255 or 47.62% from 462); Max value from RGB is 220 - color contains mainly: blue. Hex color #777BDC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #777BDC is #888423. Grayscale: #848484. Windows color (decimal): -8946724 or 14449527. OLE color: 14449527.

HSL color Cylindrical-coordinate representation of color #777BDC: hue angle of 237.62º degrees, saturation: 0.59, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #777BDC is Cyan = 0.46, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 119 123 220 -
CMYK 0.46 0.44 0 0.14
HSL 237.62º 0.59% 0.66% -
HSV(B) 237.62º 0.46% 0.86% -
XYZ 27.61 23.26 70.74 -
YUV 132.86 177.17 118.11 -
System Red Green Blue C M Y K H S L
Decimal 119 123 220 0.46 0.44 0 0.14 237.62 0.59 0.66
Hex 77 7B DC 2E 2C 0 E EE 3B 42
Octal 167 173 334 56 54 0 16 356 73 102
Binary 1110111 1111011 11011100 101110 101100 0 1110 11101110 111011 1000010

Color Harmonies of #777BDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #777BDC

Black with #777BDC

Text Example


Text Example

White with #777BDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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