#7975C1

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

Shades of Moody Blue #7975C1

Tints of Moody Blue #7975C1

Color information

#7975C1 (or 0x7975C1) is unknown color: approx Moody Blue. HEX triplet: 79, 75 and C1. RGB value is (121,117,193). Sum of RGB (Red+Green+Blue) = 121+117+193=431 (57% of max value = 765). Red value is 121 (47.66% from 255 or 28.07% from 431); Green value is 117 (46.09% from 255 or 27.15% from 431); Blue value is 193 (75.78% from 255 or 44.78% from 431); Max value from RGB is 193 - color contains mainly: blue. Hex color #7975C1 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7975C1 is #868A3E. Grayscale: #7E7E7E. Windows color (decimal): -8817215 or 12678521. OLE color: 12678521.

HSL color Cylindrical-coordinate representation of color #7975C1: hue angle of 243.16º degrees, saturation: 0.38, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #7975C1 is Cyan = 0.37, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB121117193-
CMYK0.370.3900.24
HSL243.16º38%60.78%-
HSV(B)243.16º39.38%75.69%-
XYZ23.8720.6453.18-
YUV126.86165.33123.82-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 28.07%
GREEN value IS 117 (46.09% from 255) = 27.15%
BLUE value IS 193 (75.78% from 255) = 44.78%
R=28.07%
G=27.15%
B=44.78%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1211171930.370.3900.24243.163860.78
Hex7975C12527018f3263d
Octal17116530145470303634675
Binary111100111101011100000110010110011101100011110011100110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7975C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7975C1; }

 p { color: rgb(121,117,193); }

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

<style>
 a { background-color: #7975C1; }

 a { background-color: rgb(121,117,193); }

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

<style>
 span { border-color: #7975C1; }

 span { border-color: rgb(121,117,193); }

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