Html Css Color HEX #7770BD Moody Blue

📋 copy color: '#7770BD'

red 119 ◦ green 112 ◦ blue 189

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

Shades of Moody Blue #7770BD

Tints of Moody Blue #7770BD

RGB

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

 GREEN value IS 112 (44.14% from 255) = 26.67%

 BLUE value IS 189 (74.22% from 255) = 45%

R = 28.33%
G = 26.67%
B = 45%

CMYK

 C value IS 0.37

 M value IS 0.41

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#7770BD (or 0x7770BD) is known color: Moody Blue. HEX triplet: 77, 70 and BD. RGB value is (119,112,189). Sum of RGB (Red+Green+Blue) = 119+112+189=420 (55% of max value = 765). Red value is 119 (46.88% from 255 or 28.33% from 420); Green value is 112 (44.14% from 255 or 26.67% from 420); Blue value is 189 (74.22% from 255 or 45% from 420); Max value from RGB is 189 - color contains mainly: blue. Hex color #7770BD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7770BD is #888F42. Grayscale: #7A7A7A. Windows color (decimal): -8949571 or 12415095. OLE color: 12415095.

HSL color Cylindrical-coordinate representation of color #7770BD: hue angle of 245.45º degrees, saturation: 0.37, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #7770BD is Cyan = 0.37, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 119 112 189 -
CMYK 0.37 0.41 0 0.26
HSL 245.45º 0.37% 0.59% -
HSV(B) 245.45º 0.41% 0.74% -
XYZ 22.59 19.18 50.66 -
YUV 122.87 165.32 125.24 -
System Red Green Blue C M Y K H S L
Decimal 119 112 189 0.37 0.41 0 0.26 245.45 0.37 0.59
Hex 77 70 BD 25 29 0 1A F5 25 3B
Octal 167 160 275 45 51 0 32 365 45 73
Binary 1110111 1110000 10111101 100101 101001 0 11010 11110101 100101 111011

Color Harmonies of #7770BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7770BD

Black with #7770BD

Text Example


Text Example

White with #7770BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7770BD; }

 p { color: rgb(119,112,189); }

 H1.HeaderClassName
 {
   color: #7770BD;
 }
 .AnyTagClassName
 {
   color: #7770BD;
 }
</style>

background-color css

<style>
 a { background-color: #7770BD; }

 a { background-color: rgb(119,112,189); }

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

border-color css

<style>
 span { border-color: #7770BD; }

 span { border-color: rgb(119,112,189); }

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