#747BDB

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

Shades of Moody Blue #747BDB

Tints of Moody Blue #747BDB

Color information

#747BDB (or 0x747BDB) is unknown color: approx Moody Blue. HEX triplet: 74, 7B and DB. RGB value is (116,123,219). Sum of RGB (Red+Green+Blue) = 116+123+219=458 (60% of max value = 765). Red value is 116 (45.70% from 255 or 25.33% from 458); Green value is 123 (48.44% from 255 or 26.86% from 458); Blue value is 219 (85.94% from 255 or 47.82% from 458); Max value from RGB is 219 - color contains mainly: blue. Hex color #747BDB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #747BDB is #8B8424. Grayscale: #838383. Windows color (decimal): -9143333 or 14383988. OLE color: 14383988.

HSL color Cylindrical-coordinate representation of color #747BDB: hue angle of 235.92º degrees, saturation: 0.59, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #747BDB is Cyan = 0.47, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB116123219-
CMYK0.470.4400.14
HSL235.92º58.86%65.69%-
HSV(B)235.92º47.03%85.88%-
XYZ27.0722.9970.03-
YUV131.85177.18116.69-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 25.33%
GREEN value IS 123 (48.44% from 255) = 26.86%
BLUE value IS 219 (85.94% from 255) = 47.82%
R=25.33%
G=26.86%
B=47.82%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1161232190.470.4400.14235.9258.8665.69
Hex747BDB2F2C0Eec3b42
Octal164173333575401635473102
Binary111010011110111101101110111110110001110111011001110111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #747BDB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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