#746ECA

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

Shades of Moody Blue #746ECA

Tints of Moody Blue #746ECA

Color information

#746ECA (or 0x746ECA) is unknown color: approx Moody Blue. HEX triplet: 74, 6E and CA. RGB value is (116,110,202). Sum of RGB (Red+Green+Blue) = 116+110+202=428 (56% of max value = 765). Red value is 116 (45.70% from 255 or 27.10% from 428); Green value is 110 (43.36% from 255 or 25.70% from 428); Blue value is 202 (79.30% from 255 or 47.20% from 428); Max value from RGB is 202 - color contains mainly: blue. Hex color #746ECA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #746ECA is #8B9135. Grayscale: #797979. Windows color (decimal): -9146678 or 13266548. OLE color: 13266548.

HSL color Cylindrical-coordinate representation of color #746ECA: hue angle of 243.91º degrees, saturation: 0.46, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #746ECA is Cyan = 0.43, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB116110202-
CMYK0.430.4600.21
HSL243.91º46.46%61.18%-
HSV(B)243.91º45.54%79.22%-
XYZ23.4419.1358.33-
YUV122.28172.99123.52-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 27.10%
GREEN value IS 110 (43.36% from 255) = 25.70%
BLUE value IS 202 (79.30% from 255) = 47.20%
R=27.10%
G=25.70%
B=47.20%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1161102020.430.4600.21243.9146.4661.18
Hex746ECA2B2E015f42e3d
Octal16415631253560253645675
Binary111010011011101100101010101110111001010111110100101110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #746ECA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(116,110,202); }

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

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

 a { background-color: rgb(116,110,202); }

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

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

 span { border-color: rgb(116,110,202); }

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