Html Css Color HEX #776BBA Moody Blue

📋 copy color: '#776BBA'

red 119 ◦ green 107 ◦ blue 186

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

Shades of Moody Blue #776BBA

Tints of Moody Blue #776BBA

RGB

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

 GREEN value IS 107 (42.19% from 255) = 25.97%

 BLUE value IS 186 (73.05% from 255) = 45.15%

R = 28.88%
G = 25.97%
B = 45.15%

CMYK

 C value IS 0.36

 M value IS 0.42

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#776BBA (or 0x776BBA) is known color: Moody Blue. HEX triplet: 77, 6B and BA. RGB value is (119,107,186). Sum of RGB (Red+Green+Blue) = 119+107+186=412 (54% of max value = 765). Red value is 119 (46.88% from 255 or 28.88% from 412); Green value is 107 (42.19% from 255 or 25.97% from 412); Blue value is 186 (73.05% from 255 or 45.15% from 412); Max value from RGB is 186 - color contains mainly: blue. Hex color #776BBA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #776BBA is #889445. Grayscale: #777777. Windows color (decimal): -8950854 or 12217207. OLE color: 12217207.

HSL color Cylindrical-coordinate representation of color #776BBA: hue angle of 249.11º degrees, saturation: 0.36, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #776BBA is Cyan = 0.36, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 119 107 186 -
CMYK 0.36 0.42 0 0.27
HSL 249.11º 0.36% 0.57% -
HSV(B) 249.11º 0.42% 0.73% -
XYZ 21.73 17.98 48.78 -
YUV 119.59 165.48 127.58 -
System Red Green Blue C M Y K H S L
Decimal 119 107 186 0.36 0.42 0 0.27 249.11 0.36 0.57
Hex 77 6B BA 24 2A 0 1B F9 24 39
Octal 167 153 272 44 52 0 33 371 44 71
Binary 1110111 1101011 10111010 100100 101010 0 11011 11111001 100100 111001

Color Harmonies of #776BBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #776BBA

Black with #776BBA

Text Example


Text Example

White with #776BBA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #776BBA; }

 p { color: rgb(119,107,186); }

 H1.HeaderClassName
 {
   color: #776BBA;
 }
 .AnyTagClassName
 {
   color: #776BBA;
 }
</style>

background-color css

<style>
 a { background-color: #776BBA; }

 a { background-color: rgb(119,107,186); }

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

border-color css

<style>
 span { border-color: #776BBA; }

 span { border-color: rgb(119,107,186); }

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