#7968CD

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

Shades of Moody Blue #7968CD

Tints of Moody Blue #7968CD

Color information

#7968CD (or 0x7968CD) is unknown color: approx Moody Blue. HEX triplet: 79, 68 and CD. RGB value is (121,104,205). Sum of RGB (Red+Green+Blue) = 121+104+205=430 (56% of max value = 765). Red value is 121 (47.66% from 255 or 28.14% from 430); Green value is 104 (41.02% from 255 or 24.19% from 430); Blue value is 205 (80.47% from 255 or 47.67% from 430); Max value from RGB is 205 - color contains mainly: blue. Hex color #7968CD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7968CD is #869732. Grayscale: #787878. Windows color (decimal): -8820531 or 13461625. OLE color: 13461625.

HSL color Cylindrical-coordinate representation of color #7968CD: hue angle of 250.1º degrees, saturation: 0.5, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #7968CD is Cyan = 0.41, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB121104205-
CMYK0.410.4900.20
HSL250.1º50.25%60.59%-
HSV(B)250.1º49.27%80.39%-
XYZ23.8518.3760.05-
YUV120.6175.63128.29-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 28.14%
GREEN value IS 104 (41.02% from 255) = 24.19%
BLUE value IS 205 (80.47% from 255) = 47.67%
R=28.14%
G=24.19%
B=47.67%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1211042050.410.4900.20250.150.2560.59
Hex7968CD2931014fa323d
Octal17115031551610243726275
Binary111100111010001100110110100111000101010011111010110010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7968CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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