Html Css Color HEX #7976CB Moody Blue

📋 copy color: '#7976CB'

red 121 ◦ green 118 ◦ blue 203

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

Shades of Moody Blue #7976CB

Tints of Moody Blue #7976CB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 45.93%

R = 27.38%
G = 26.7%
B = 45.93%

CMYK

 C value IS 0.40

 M value IS 0.42

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#7976CB (or 0x7976CB) is known color: Moody Blue. HEX triplet: 79, 76 and CB. RGB value is (121,118,203). Sum of RGB (Red+Green+Blue) = 121+118+203=442 (58% of max value = 765). Red value is 121 (47.66% from 255 or 27.38% from 442); Green value is 118 (46.48% from 255 or 26.70% from 442); Blue value is 203 (79.69% from 255 or 45.93% from 442); Max value from RGB is 203 - color contains mainly: blue. Hex color #7976CB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7976CB is #868934. Grayscale: #808080. Windows color (decimal): -8816949 or 13334137. OLE color: 13334137.

HSL color Cylindrical-coordinate representation of color #7976CB: hue angle of 242.12º degrees, saturation: 0.45, 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 #7976CB is Cyan = 0.40, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 121 118 203 -
CMYK 0.40 0.42 0 0.20
HSL 242.12º 0.45% 0.63% -
HSV(B) 242.12º 0.42% 0.8% -
XYZ 25.14 21.33 59.29 -
YUV 128.59 169.99 122.59 -
System Red Green Blue C M Y K H S L
Decimal 121 118 203 0.40 0.42 0 0.20 242.12 0.45 0.63
Hex 79 76 CB 28 2A 0 14 F2 2D 3F
Octal 171 166 313 50 52 0 24 362 55 77
Binary 1111001 1110110 11001011 101000 101010 0 10100 11110010 101101 111111

Color Harmonies of #7976CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7976CB

Black with #7976CB

Text Example


Text Example

White with #7976CB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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