#746ABF

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

Shades of Moody Blue #746ABF

Tints of Moody Blue #746ABF

Color information

#746ABF (or 0x746ABF) is unknown color: approx Moody Blue. HEX triplet: 74, 6A and BF. RGB value is (116,106,191). Sum of RGB (Red+Green+Blue) = 116+106+191=413 (54% of max value = 765). Red value is 116 (45.70% from 255 or 28.09% from 413); Green value is 106 (41.80% from 255 or 25.67% from 413); Blue value is 191 (75% from 255 or 46.25% from 413); Max value from RGB is 191 - color contains mainly: blue. Hex color #746ABF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #746ABF is #8B9540. Grayscale: #767676. Windows color (decimal): -9147713 or 12544628. OLE color: 12544628.

HSL color Cylindrical-coordinate representation of color #746ABF: hue angle of 247.06º degrees, saturation: 0.4, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #746ABF is Cyan = 0.39, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB116106191-
CMYK0.390.4500.25
HSL247.06º39.91%58.24%-
HSV(B)247.06º44.5%74.9%-
XYZ21.7617.7851.58-
YUV118.68168.81126.09-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 28.09%
GREEN value IS 106 (41.80% from 255) = 25.67%
BLUE value IS 191 (75% from 255) = 46.25%
R=28.09%
G=25.67%
B=46.25%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1161061910.390.4500.25247.0639.9158.24
Hex746ABF272D019f7283a
Octal16415227747550313675072
Binary111010011010101011111110011110110101100111110111101000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #746ABF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(116,106,191); }

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

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

 a { background-color: rgb(116,106,191); }

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

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

 span { border-color: rgb(116,106,191); }

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