#7968BF

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

Shades of Moody Blue #7968BF

Tints of Moody Blue #7968BF

Color information

#7968BF (or 0x7968BF) is unknown color: approx Moody Blue. HEX triplet: 79, 68 and BF. RGB value is (121,104,191). Sum of RGB (Red+Green+Blue) = 121+104+191=416 (55% of max value = 765). Red value is 121 (47.66% from 255 or 29.09% from 416); Green value is 104 (41.02% from 255 or 25% from 416); Blue value is 191 (75% from 255 or 45.91% from 416); Max value from RGB is 191 - color contains mainly: blue. Hex color #7968BF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7968BF is #869740. Grayscale: #767676. Windows color (decimal): -8820545 or 12544121. OLE color: 12544121.

HSL color Cylindrical-coordinate representation of color #7968BF: hue angle of 251.72º degrees, saturation: 0.4, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #7968BF is Cyan = 0.37, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB121104191-
CMYK0.370.4600.25
HSL251.72º40.47%57.84%-
HSV(B)251.72º45.55%74.9%-
XYZ22.2417.7351.54-
YUV119168.63129.43-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 29.09%
GREEN value IS 104 (41.02% from 255) = 25%
BLUE value IS 191 (75% from 255) = 45.91%
R=29.09%
G=25%
B=45.91%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1211041910.370.4600.25251.7240.4757.84
Hex7968BF252E019fc283a
Octal17115027745560313745072
Binary111100111010001011111110010110111001100111111100101000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7968BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7968BF; }

 p { color: rgb(121,104,191); }

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

<style>
 a { background-color: #7968BF; }

 a { background-color: rgb(121,104,191); }

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

<style>
 span { border-color: #7968BF; }

 span { border-color: rgb(121,104,191); }

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