Html Css Color HEX #777BDB Moody Blue

📋 copy color: '#777BDB'

red 119 ◦ green 123 ◦ blue 219

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

Shades of Moody Blue #777BDB

Tints of Moody Blue #777BDB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 47.51%

R = 25.81%
G = 26.68%
B = 47.51%

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

#777BDB (or 0x777BDB) is known color: Moody Blue. HEX triplet: 77, 7B and DB. RGB value is (119,123,219). Sum of RGB (Red+Green+Blue) = 119+123+219=461 (61% of max value = 765). Red value is 119 (46.88% from 255 or 25.81% from 461); Green value is 123 (48.44% from 255 or 26.68% from 461); Blue value is 219 (85.94% from 255 or 47.51% from 461); Max value from RGB is 219 - color contains mainly: blue. Hex color #777BDB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #777BDB is #888424. Grayscale: #848484. Windows color (decimal): -8946725 or 14383991. OLE color: 14383991.

HSL color Cylindrical-coordinate representation of color #777BDB: hue angle of 237.6º degrees, saturation: 0.58, 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 #777BDB is Cyan = 0.46, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 119 123 219 -
CMYK 0.46 0.44 0 0.14
HSL 237.6º 0.58% 0.66% -
HSV(B) 237.6º 0.46% 0.86% -
XYZ 27.48 23.2 70.05 -
YUV 132.75 176.67 118.19 -
System Red Green Blue C M Y K H S L
Decimal 119 123 219 0.46 0.44 0 0.14 237.6 0.58 0.66
Hex 77 7B DB 2E 2C 0 E EE 3A 42
Octal 167 173 333 56 54 0 16 356 72 102
Binary 1110111 1111011 11011011 101110 101100 0 1110 11101110 111010 1000010

Color Harmonies of #777BDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #777BDB

Black with #777BDB

Text Example


Text Example

White with #777BDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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