Html Css Color HEX #7976CC Moody Blue

📋 copy color: '#7976CC'

red 121 ◦ green 118 ◦ blue 204

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

Shades of Moody Blue #7976CC

Tints of Moody Blue #7976CC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 46.05%

R = 27.31%
G = 26.64%
B = 46.05%

CMYK

 C value IS 0.41

 M value IS 0.42

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#7976CC (or 0x7976CC) is known color: Moody Blue. HEX triplet: 79, 76 and CC. RGB value is (121,118,204). Sum of RGB (Red+Green+Blue) = 121+118+204=443 (58% of max value = 765). Red value is 121 (47.66% from 255 or 27.31% from 443); Green value is 118 (46.48% from 255 or 26.64% from 443); Blue value is 204 (80.08% from 255 or 46.05% from 443); Max value from RGB is 204 - color contains mainly: blue. Hex color #7976CC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7976CC is #868933. Grayscale: #808080. Windows color (decimal): -8816948 or 13399673. OLE color: 13399673.

HSL color Cylindrical-coordinate representation of color #7976CC: hue angle of 242.09º degrees, saturation: 0.46, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #7976CC is Cyan = 0.41, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 121 118 204 -
CMYK 0.41 0.42 0 0.2
HSL 242.09º 0.46% 0.63% -
HSV(B) 242.09º 0.42% 0.8% -
XYZ 25.26 21.38 59.92 -
YUV 128.7 170.49 122.51 -
System Red Green Blue C M Y K H S L
Decimal 121 118 204 0.41 0.42 0 0.2 242.09 0.46 0.63
Hex 79 76 CC 29 2A 0 14 F2 2E 3F
Octal 171 166 314 51 52 0 24 362 56 77
Binary 1111001 1110110 11001100 101001 101010 0 10100 11110010 101110 111111

Color Harmonies of #7976CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7976CC

Black with #7976CC

Text Example


Text Example

White with #7976CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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