Html Css Color HEX #7976CF Moody Blue

📋 copy color: '#7976CF'

red 121 ◦ green 118 ◦ blue 207

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

Shades of Moody Blue #7976CF

Tints of Moody Blue #7976CF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 46.41%

R = 27.13%
G = 26.46%
B = 46.41%

CMYK

 C value IS 0.42

 M value IS 0.43

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#7976CF (or 0x7976CF) is known color: Moody Blue. HEX triplet: 79, 76 and CF. RGB value is (121,118,207). Sum of RGB (Red+Green+Blue) = 121+118+207=446 (59% of max value = 765). Red value is 121 (47.66% from 255 or 27.13% from 446); Green value is 118 (46.48% from 255 or 26.46% from 446); Blue value is 207 (81.25% from 255 or 46.41% from 446); Max value from RGB is 207 - color contains mainly: blue. Hex color #7976CF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7976CF is #868930. Grayscale: #808080. Windows color (decimal): -8816945 or 13596281. OLE color: 13596281.

HSL color Cylindrical-coordinate representation of color #7976CF: hue angle of 242.02º degrees, saturation: 0.48, 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 #7976CF is Cyan = 0.42, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 121 118 207 -
CMYK 0.42 0.43 0 0.19
HSL 242.02º 0.48% 0.64% -
HSV(B) 242.02º 0.43% 0.81% -
XYZ 25.63 21.53 61.84 -
YUV 129.04 171.99 122.26 -
System Red Green Blue C M Y K H S L
Decimal 121 118 207 0.42 0.43 0 0.19 242.02 0.48 0.64
Hex 79 76 CF 2A 2B 0 13 F2 30 40
Octal 171 166 317 52 53 0 23 362 60 100
Binary 1111001 1110110 11001111 101010 101011 0 10011 11110010 110000 1000000

Color Harmonies of #7976CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7976CF

Black with #7976CF

Text Example


Text Example

White with #7976CF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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