Html Css Color HEX #776BC1 Moody Blue

📋 copy color: '#776BC1'

red 119 ◦ green 107 ◦ blue 193

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

Shades of Moody Blue #776BC1

Tints of Moody Blue #776BC1

RGB

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

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

 BLUE value IS 193 (75.78% from 255) = 46.06%

R = 28.4%
G = 25.54%
B = 46.06%

CMYK

 C value IS 0.38

 M value IS 0.45

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#776BC1 (or 0x776BC1) is known color: Moody Blue. HEX triplet: 77, 6B and C1. RGB value is (119,107,193). Sum of RGB (Red+Green+Blue) = 119+107+193=419 (55% of max value = 765). Red value is 119 (46.88% from 255 or 28.40% from 419); Green value is 107 (42.19% from 255 or 25.54% from 419); Blue value is 193 (75.78% from 255 or 46.06% from 419); Max value from RGB is 193 - color contains mainly: blue. Hex color #776BC1 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #776BC1 is #88943E. Grayscale: #787878. Windows color (decimal): -8950847 or 12675959. OLE color: 12675959.

HSL color Cylindrical-coordinate representation of color #776BC1: hue angle of 248.37º degrees, saturation: 0.41, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #776BC1 is Cyan = 0.38, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 119 107 193 -
CMYK 0.38 0.45 0 0.24
HSL 248.37º 0.41% 0.59% -
HSV(B) 248.37º 0.45% 0.76% -
XYZ 22.49 18.29 52.8 -
YUV 120.39 168.98 127.01 -
System Red Green Blue C M Y K H S L
Decimal 119 107 193 0.38 0.45 0 0.24 248.37 0.41 0.59
Hex 77 6B C1 26 2D 0 18 F8 29 3B
Octal 167 153 301 46 55 0 30 370 51 73
Binary 1110111 1101011 11000001 100110 101101 0 11000 11111000 101001 111011

Color Harmonies of #776BC1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #776BC1

Black with #776BC1

Text Example


Text Example

White with #776BC1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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