Html Css Color HEX #7976BC Moody Blue

📋 copy color: '#7976BC'

red 121 ◦ green 118 ◦ blue 188

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

Shades of Moody Blue #7976BC

Tints of Moody Blue #7976BC

RGB

 RED value IS 121 (47.66% from 255) = 28.34%

 GREEN value IS 118 (46.48% from 255) = 27.63%

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

R = 28.34%
G = 27.63%
B = 44.03%

CMYK

 C value IS 0.36

 M value IS 0.37

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#7976BC (or 0x7976BC) is known color: Moody Blue. HEX triplet: 79, 76 and BC. RGB value is (121,118,188). Sum of RGB (Red+Green+Blue) = 121+118+188=427 (56% of max value = 765). Red value is 121 (47.66% from 255 or 28.34% from 427); Green value is 118 (46.48% from 255 or 27.63% from 427); Blue value is 188 (73.83% from 255 or 44.03% from 427); Max value from RGB is 188 - color contains mainly: blue. Hex color #7976BC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7976BC is #868943. Grayscale: #7E7E7E. Windows color (decimal): -8816964 or 12351097. OLE color: 12351097.

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

Color convert

RGB 121 118 188 -
CMYK 0.36 0.37 0 0.26
HSL 242.57º 0.34% 0.6% -
HSV(B) 242.57º 0.37% 0.74% -
XYZ 23.44 20.65 50.33 -
YUV 126.88 162.49 123.81 -
System Red Green Blue C M Y K H S L
Decimal 121 118 188 0.36 0.37 0 0.26 242.57 0.34 0.6
Hex 79 76 BC 24 25 0 1A F3 22 3C
Octal 171 166 274 44 45 0 32 363 42 74
Binary 1111001 1110110 10111100 100100 100101 0 11010 11110011 100010 111100

Color Harmonies of #7976BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7976BC

Black with #7976BC

Text Example


Text Example

White with #7976BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7976BC; }

 p { color: rgb(121,118,188); }

 H1.HeaderClassName
 {
   color: #7976BC;
 }
 .AnyTagClassName
 {
   color: #7976BC;
 }
</style>

background-color css

<style>
 a { background-color: #7976BC; }

 a { background-color: rgb(121,118,188); }

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

border-color css

<style>
 span { border-color: #7976BC; }

 span { border-color: rgb(121,118,188); }

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