#747BCD

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

Shades of Moody Blue #747BCD

Tints of Moody Blue #747BCD

Color information

#747BCD (or 0x747BCD) is unknown color: approx Moody Blue. HEX triplet: 74, 7B and CD. RGB value is (116,123,205). Sum of RGB (Red+Green+Blue) = 116+123+205=444 (58% of max value = 765). Red value is 116 (45.70% from 255 or 26.13% from 444); Green value is 123 (48.44% from 255 or 27.70% from 444); Blue value is 205 (80.47% from 255 or 46.17% from 444); Max value from RGB is 205 - color contains mainly: blue. Hex color #747BCD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #747BCD is #8B8432. Grayscale: #818181. Windows color (decimal): -9143347 or 13466484. OLE color: 13466484.

HSL color Cylindrical-coordinate representation of color #747BCD: hue angle of 235.28º degrees, saturation: 0.47, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #747BCD is Cyan = 0.43, Magento = 0.4, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB116123205-
CMYK0.430.400.20
HSL235.28º47.09%62.94%-
HSV(B)235.28º43.41%80.39%-
XYZ25.322.2960.73-
YUV130.26170.18117.83-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 26.13%
GREEN value IS 123 (48.44% from 255) = 27.70%
BLUE value IS 205 (80.47% from 255) = 46.17%
R=26.13%
G=27.70%
B=46.17%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.4
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1161232050.430.400.20235.2847.0962.94
Hex747BCD2B28014eb2f3f
Octal16417331553500243535777
Binary111010011110111100110110101110100001010011101011101111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #747BCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #747BCD; }

 p { color: rgb(116,123,205); }

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

<style>
 a { background-color: #747BCD; }

 a { background-color: rgb(116,123,205); }

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

<style>
 span { border-color: #747BCD; }

 span { border-color: rgb(116,123,205); }

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