#7967C3

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

Shades of Moody Blue #7967C3

Tints of Moody Blue #7967C3

Color information

#7967C3 (or 0x7967C3) is unknown color: approx Moody Blue. HEX triplet: 79, 67 and C3. RGB value is (121,103,195). Sum of RGB (Red+Green+Blue) = 121+103+195=419 (55% of max value = 765). Red value is 121 (47.66% from 255 or 28.88% from 419); Green value is 103 (40.62% from 255 or 24.58% from 419); Blue value is 195 (76.56% from 255 or 46.54% from 419); Max value from RGB is 195 - color contains mainly: blue. Hex color #7967C3 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7967C3 is #86983C. Grayscale: #767676. Windows color (decimal): -8820797 or 12806009. OLE color: 12806009.

HSL color Cylindrical-coordinate representation of color #7967C3: hue angle of 251.74º degrees, saturation: 0.43, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #7967C3 is Cyan = 0.38, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB121103195-
CMYK0.380.4700.24
HSL251.74º43.4%58.43%-
HSV(B)251.74º47.18%76.47%-
XYZ22.5917.7153.86-
YUV118.87170.96129.52-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 28.88%
GREEN value IS 103 (40.62% from 255) = 24.58%
BLUE value IS 195 (76.56% from 255) = 46.54%
R=28.88%
G=24.58%
B=46.54%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1211031950.380.4700.24251.7443.458.43
Hex7967C3262F018fc2b3a
Octal17114730346570303745372
Binary111100111001111100001110011010111101100011111100101011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7967C3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7967C3; }

 p { color: rgb(121,103,195); }

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

<style>
 a { background-color: #7967C3; }

 a { background-color: rgb(121,103,195); }

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

<style>
 span { border-color: #7967C3; }

 span { border-color: rgb(121,103,195); }

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