#7971BC

Color #7971BC Moody Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Moody Blue #7971BC

Tints of Moody Blue #7971BC

Color information

#7971BC (or 0x7971BC) is unknown color: approx Moody Blue. HEX triplet: 79, 71 and BC. RGB value is (121,113,188). Sum of RGB (Red+Green+Blue) = 121+113+188=422 (55% of max value = 765). Red value is 121 (47.66% from 255 or 28.67% from 422); Green value is 113 (44.53% from 255 or 26.78% from 422); Blue value is 188 (73.83% from 255 or 44.55% from 422); Max value from RGB is 188 - color contains mainly: blue. Hex color #7971BC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7971BC is #868E43. Grayscale: #7B7B7B. Windows color (decimal): -8818244 or 12349817. OLE color: 12349817.

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

Color convert

RGB121113188-
CMYK0.360.4000.26
HSL246.4º35.89%59.02%-
HSV(B)246.4º39.89%73.73%-
XYZ22.8719.5150.14-
YUV123.94164.15125.9-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 28.67%
GREEN value IS 113 (44.53% from 255) = 26.78%
BLUE value IS 188 (73.83% from 255) = 44.55%
R=28.67%
G=26.78%
B=44.55%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1211131880.360.4000.26246.435.8959.02
Hex7971BC242801Af6243b
Octal17116127444500323664473
Binary111100111100011011110010010010100001101011110110100100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7971BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #7971BC;
 }
 .AnyTagClassName
 {
   color: #7971BC;
 }
</style>
background-color css

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

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

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

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

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

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