#746CC1

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

Shades of Moody Blue #746CC1

Tints of Moody Blue #746CC1

Color information

#746CC1 (or 0x746CC1) is unknown color: approx Moody Blue. HEX triplet: 74, 6C and C1. RGB value is (116,108,193). Sum of RGB (Red+Green+Blue) = 116+108+193=417 (55% of max value = 765). Red value is 116 (45.70% from 255 or 27.82% from 417); Green value is 108 (42.58% from 255 or 25.90% from 417); Blue value is 193 (75.78% from 255 or 46.28% from 417); Max value from RGB is 193 - color contains mainly: blue. Hex color #746CC1 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #746CC1 is #8B933E. Grayscale: #777777. Windows color (decimal): -9147199 or 12676212. OLE color: 12676212.

HSL color Cylindrical-coordinate representation of color #746CC1: hue angle of 245.65º degrees, saturation: 0.41, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #746CC1 is Cyan = 0.40, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB116108193-
CMYK0.400.4400.24
HSL245.65º40.67%59.02%-
HSV(B)245.65º44.04%75.69%-
XYZ22.1918.2952.81-
YUV120.08169.15125.09-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 27.82%
GREEN value IS 108 (42.58% from 255) = 25.90%
BLUE value IS 193 (75.78% from 255) = 46.28%
R=27.82%
G=25.90%
B=46.28%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1161081930.400.4400.24245.6540.6759.02
Hex746CC1282C018f6293b
Octal16415430150540303665173
Binary111010011011001100000110100010110001100011110110101001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #746CC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #746CC1; }

 p { color: rgb(116,108,193); }

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

<style>
 a { background-color: #746CC1; }

 a { background-color: rgb(116,108,193); }

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

<style>
 span { border-color: #746CC1; }

 span { border-color: rgb(116,108,193); }

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