Html Css Color HEX #776CBE Moody Blue

📋 copy color: '#776CBE'

red 119 ◦ green 108 ◦ blue 190

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

Shades of Moody Blue #776CBE

Tints of Moody Blue #776CBE

RGB

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

 GREEN value IS 108 (42.58% from 255) = 25.9%

 BLUE value IS 190 (74.61% from 255) = 45.56%

R = 28.54%
G = 25.9%
B = 45.56%

CMYK

 C value IS 0.37

 M value IS 0.43

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#776CBE (or 0x776CBE) is known color: Moody Blue. HEX triplet: 77, 6C and BE. RGB value is (119,108,190). Sum of RGB (Red+Green+Blue) = 119+108+190=417 (55% of max value = 765). Red value is 119 (46.88% from 255 or 28.54% from 417); Green value is 108 (42.58% from 255 or 25.90% from 417); Blue value is 190 (74.61% from 255 or 45.56% from 417); Max value from RGB is 190 - color contains mainly: blue. Hex color #776CBE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #776CBE is #889341. Grayscale: #787878. Windows color (decimal): -8950594 or 12479607. OLE color: 12479607.

HSL color Cylindrical-coordinate representation of color #776CBE: hue angle of 248.05º degrees, saturation: 0.39, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #776CBE is Cyan = 0.37, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 119 108 190 -
CMYK 0.37 0.43 0 0.25
HSL 248.05º 0.39% 0.58% -
HSV(B) 248.05º 0.43% 0.75% -
XYZ 22.26 18.36 51.09 -
YUV 120.64 167.14 126.83 -
System Red Green Blue C M Y K H S L
Decimal 119 108 190 0.37 0.43 0 0.25 248.05 0.39 0.58
Hex 77 6C BE 25 2B 0 19 F8 27 3A
Octal 167 154 276 45 53 0 31 370 47 72
Binary 1110111 1101100 10111110 100101 101011 0 11001 11111000 100111 111010

Color Harmonies of #776CBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #776CBE

Black with #776CBE

Text Example


Text Example

White with #776CBE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(119,108,190); }

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

background-color css

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

 a { background-color: rgb(119,108,190); }

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

border-color css

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

 span { border-color: rgb(119,108,190); }

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