Html Css Color HEX #7677BD Moody Blue

📋 copy color: '#7677BD'

red 118 ◦ green 119 ◦ blue 189

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

Shades of Moody Blue #7677BD

Tints of Moody Blue #7677BD

RGB

 RED value IS 118 (46.48% from 255) = 27.7%

 GREEN value IS 119 (46.88% from 255) = 27.93%

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

R = 27.7%
G = 27.93%
B = 44.37%

CMYK

 C value IS 0.38

 M value IS 0.37

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#7677BD (or 0x7677BD) is known color: Moody Blue. HEX triplet: 76, 77 and BD. RGB value is (118,119,189). Sum of RGB (Red+Green+Blue) = 118+119+189=426 (56% of max value = 765). Red value is 118 (46.48% from 255 or 27.70% from 426); Green value is 119 (46.88% from 255 or 27.93% from 426); Blue value is 189 (74.22% from 255 or 44.37% from 426); Max value from RGB is 189 - color contains mainly: blue. Hex color #7677BD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7677BD is #898842. Grayscale: #7E7E7E. Windows color (decimal): -9013315 or 12416886. OLE color: 12416886.

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

Color convert

RGB 118 119 189 -
CMYK 0.38 0.37 0 0.26
HSL 239.15º 0.35% 0.6% -
HSV(B) 239.15º 0.38% 0.74% -
XYZ 23.25 20.72 50.92 -
YUV 126.68 163.17 121.81 -
System Red Green Blue C M Y K H S L
Decimal 118 119 189 0.38 0.37 0 0.26 239.15 0.35 0.6
Hex 76 77 BD 26 25 0 1A EF 23 3C
Octal 166 167 275 46 45 0 32 357 43 74
Binary 1110110 1110111 10111101 100110 100101 0 11010 11101111 100011 111100

Color Harmonies of #7677BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7677BD

Black with #7677BD

Text Example


Text Example

White with #7677BD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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