#7968C0

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

Shades of Moody Blue #7968C0

Tints of Moody Blue #7968C0

Color information

#7968C0 (or 0x7968C0) is unknown color: approx Moody Blue. HEX triplet: 79, 68 and C0. RGB value is (121,104,192). Sum of RGB (Red+Green+Blue) = 121+104+192=417 (55% of max value = 765). Red value is 121 (47.66% from 255 or 29.02% from 417); Green value is 104 (41.02% from 255 or 24.94% from 417); Blue value is 192 (75.39% from 255 or 46.04% from 417); Max value from RGB is 192 - color contains mainly: blue. Hex color #7968C0 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7968C0 is #86973F. Grayscale: #767676. Windows color (decimal): -8820544 or 12609657. OLE color: 12609657.

HSL color Cylindrical-coordinate representation of color #7968C0: hue angle of 251.59º degrees, saturation: 0.41, 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 #7968C0 is Cyan = 0.37, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB121104192-
CMYK0.370.4600.25
HSL251.59º41.12%58.04%-
HSV(B)251.59º45.83%75.29%-
XYZ22.3517.7752.12-
YUV119.12169.13129.34-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 29.02%
GREEN value IS 104 (41.02% from 255) = 24.94%
BLUE value IS 192 (75.39% from 255) = 46.04%
R=29.02%
G=24.94%
B=46.04%

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
Decimal1211041920.370.4600.25251.5941.1258.04
Hex7968C0252E019fc293a
Octal17115030045560313745172
Binary111100111010001100000010010110111001100111111100101001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7968C0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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