Html Css Color HEX #777BDD Moody Blue

📋 copy color: '#777BDD'

red 119 ◦ green 123 ◦ blue 221

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

Shades of Moody Blue #777BDD

Tints of Moody Blue #777BDD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 47.73%

R = 25.7%
G = 26.57%
B = 47.73%

CMYK

 C value IS 0.46

 M value IS 0.44

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#777BDD (or 0x777BDD) is known color: Moody Blue. HEX triplet: 77, 7B and DD. RGB value is (119,123,221). Sum of RGB (Red+Green+Blue) = 119+123+221=463 (61% of max value = 765). Red value is 119 (46.88% from 255 or 25.70% from 463); Green value is 123 (48.44% from 255 or 26.57% from 463); Blue value is 221 (86.72% from 255 or 47.73% from 463); Max value from RGB is 221 - color contains mainly: blue. Hex color #777BDD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #777BDD is #888422. Grayscale: #848484. Windows color (decimal): -8946723 or 14515063. OLE color: 14515063.

HSL color Cylindrical-coordinate representation of color #777BDD: hue angle of 237.65º degrees, saturation: 0.6, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #777BDD is Cyan = 0.46, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 119 123 221 -
CMYK 0.46 0.44 0 0.13
HSL 237.65º 0.6% 0.67% -
HSV(B) 237.65º 0.46% 0.87% -
XYZ 27.74 23.31 71.44 -
YUV 132.98 177.67 118.03 -
System Red Green Blue C M Y K H S L
Decimal 119 123 221 0.46 0.44 0 0.13 237.65 0.6 0.67
Hex 77 7B DD 2E 2C 0 D EE 3C 43
Octal 167 173 335 56 54 0 15 356 74 103
Binary 1110111 1111011 11011101 101110 101100 0 1101 11101110 111100 1000011

Color Harmonies of #777BDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #777BDD

Black with #777BDD

Text Example


Text Example

White with #777BDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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