#746FD2

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

Shades of Moody Blue #746FD2

Tints of Moody Blue #746FD2

Color information

#746FD2 (or 0x746FD2) is unknown color: approx Moody Blue. HEX triplet: 74, 6F and D2. RGB value is (116,111,210). Sum of RGB (Red+Green+Blue) = 116+111+210=437 (57% of max value = 765). Red value is 116 (45.70% from 255 or 26.54% from 437); Green value is 111 (43.75% from 255 or 25.40% from 437); Blue value is 210 (82.42% from 255 or 48.05% from 437); Max value from RGB is 210 - color contains mainly: blue. Hex color #746FD2 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #746FD2 is #8B902D. Grayscale: #7B7B7B. Windows color (decimal): -9146414 or 13791092. OLE color: 13791092.

HSL color Cylindrical-coordinate representation of color #746FD2: hue angle of 243.03º degrees, saturation: 0.52, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #746FD2 is Cyan = 0.45, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB116111210-
CMYK0.450.4700.18
HSL243.03º52.38%62.94%-
HSV(B)243.03º47.14%82.35%-
XYZ24.5219.7463.49-
YUV123.78176.66122.45-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 26.54%
GREEN value IS 111 (43.75% from 255) = 25.40%
BLUE value IS 210 (82.42% from 255) = 48.05%
R=26.54%
G=25.40%
B=48.05%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1161112100.450.4700.18243.0352.3862.94
Hex746FD22D2F012f3343f
Octal16415732255570223636477
Binary111010011011111101001010110110111101001011110011110100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #746FD2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(116,111,210); }

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

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

 a { background-color: rgb(116,111,210); }

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

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

 span { border-color: rgb(116,111,210); }

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