Html Css Color HEX #776BBC Moody Blue

📋 copy color: '#776BBC'

red 119 ◦ green 107 ◦ blue 188

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

Shades of Moody Blue #776BBC

Tints of Moody Blue #776BBC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 45.41%

R = 28.74%
G = 25.85%
B = 45.41%

CMYK

 C value IS 0.37

 M value IS 0.43

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#776BBC (or 0x776BBC) is known color: Moody Blue. HEX triplet: 77, 6B and BC. RGB value is (119,107,188). Sum of RGB (Red+Green+Blue) = 119+107+188=414 (54% of max value = 765). Red value is 119 (46.88% from 255 or 28.74% from 414); Green value is 107 (42.19% from 255 or 25.85% from 414); Blue value is 188 (73.83% from 255 or 45.41% from 414); Max value from RGB is 188 - color contains mainly: blue. Hex color #776BBC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #776BBC is #889443. Grayscale: #777777. Windows color (decimal): -8950852 or 12348279. OLE color: 12348279.

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

Color convert

RGB 119 107 188 -
CMYK 0.37 0.43 0 0.26
HSL 248.89º 0.38% 0.58% -
HSV(B) 248.89º 0.43% 0.74% -
XYZ 21.94 18.07 49.91 -
YUV 119.82 166.48 127.41 -
System Red Green Blue C M Y K H S L
Decimal 119 107 188 0.37 0.43 0 0.26 248.89 0.38 0.58
Hex 77 6B BC 25 2B 0 1A F9 26 3A
Octal 167 153 274 45 53 0 32 371 46 72
Binary 1110111 1101011 10111100 100101 101011 0 11010 11111001 100110 111010

Color Harmonies of #776BBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #776BBC

Black with #776BBC

Text Example


Text Example

White with #776BBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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