Html Css Color HEX #7976CE Moody Blue

📋 copy color: '#7976CE'

red 121 ◦ green 118 ◦ blue 206

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

Shades of Moody Blue #7976CE

Tints of Moody Blue #7976CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 46.29%

R = 27.19%
G = 26.52%
B = 46.29%

CMYK

 C value IS 0.41

 M value IS 0.43

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#7976CE (or 0x7976CE) is known color: Moody Blue. HEX triplet: 79, 76 and CE. RGB value is (121,118,206). Sum of RGB (Red+Green+Blue) = 121+118+206=445 (58% of max value = 765). Red value is 121 (47.66% from 255 or 27.19% from 445); Green value is 118 (46.48% from 255 or 26.52% from 445); Blue value is 206 (80.86% from 255 or 46.29% from 445); Max value from RGB is 206 - color contains mainly: blue. Hex color #7976CE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7976CE is #868931. Grayscale: #808080. Windows color (decimal): -8816946 or 13530745. OLE color: 13530745.

HSL color Cylindrical-coordinate representation of color #7976CE: hue angle of 242.05º degrees, saturation: 0.47, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #7976CE is Cyan = 0.41, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 121 118 206 -
CMYK 0.41 0.43 0 0.19
HSL 242.05º 0.47% 0.64% -
HSV(B) 242.05º 0.43% 0.81% -
XYZ 25.5 21.48 61.19 -
YUV 128.93 171.49 122.34 -
System Red Green Blue C M Y K H S L
Decimal 121 118 206 0.41 0.43 0 0.19 242.05 0.47 0.64
Hex 79 76 CE 29 2B 0 13 F2 2F 40
Octal 171 166 316 51 53 0 23 362 57 100
Binary 1111001 1110110 11001110 101001 101011 0 10011 11110010 101111 1000000

Color Harmonies of #7976CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7976CE

Black with #7976CE

Text Example


Text Example

White with #7976CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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