#7968BD

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

Shades of Moody Blue #7968BD

Tints of Moody Blue #7968BD

Color information

#7968BD (or 0x7968BD) is unknown color: approx Moody Blue. HEX triplet: 79, 68 and BD. RGB value is (121,104,189). Sum of RGB (Red+Green+Blue) = 121+104+189=414 (54% of max value = 765). Red value is 121 (47.66% from 255 or 29.23% from 414); Green value is 104 (41.02% from 255 or 25.12% from 414); Blue value is 189 (74.22% from 255 or 45.65% from 414); Max value from RGB is 189 - color contains mainly: blue. Hex color #7968BD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7968BD is #869742. Grayscale: #767676. Windows color (decimal): -8820547 or 12413049. OLE color: 12413049.

HSL color Cylindrical-coordinate representation of color #7968BD: hue angle of 252º degrees, saturation: 0.39, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #7968BD is Cyan = 0.36, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB121104189-
CMYK0.360.4500.26
HSL252º39.17%57.45%-
HSV(B)252º44.97%74.12%-
XYZ22.0217.6450.39-
YUV118.77167.63129.59-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 29.23%
GREEN value IS 104 (41.02% from 255) = 25.12%
BLUE value IS 189 (74.22% from 255) = 45.65%
R=29.23%
G=25.12%
B=45.65%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1211041890.360.4500.2625239.1757.45
Hex7968BD242D01Afc2739
Octal17115027544550323744771
Binary111100111010001011110110010010110101101011111100100111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7968BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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