#747edb

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

Shades of Moody Blue #747EDB

Tints of Moody Blue #747EDB

Color information

#747EDB (or 0x747EDB) is unknown color: approx Moody Blue. HEX triplet: 74, 7E and DB. RGB value is (116,126,219). Sum of RGB (Red+Green+Blue) = 116+126+219=461 (61% of max value = 765). Red value is 116 (45.70% from 255 or 25.16% from 461); Green value is 126 (49.61% from 255 or 27.33% from 461); Blue value is 219 (85.94% from 255 or 47.51% from 461); Max value from RGB is 219 - color contains mainly: blue. Hex color #747EDB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #747EDB is #8B8124. Grayscale: #858585. Windows color (decimal): -9142565 or 14384756. OLE color: 14384756.

HSL color Cylindrical-coordinate representation of color #747EDB: hue angle of 234.17º 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 #747EDB is Cyan = 0.47, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB116126219-
CMYK0.470.4200.14
HSL234.17º58.86%65.69%-
HSV(B)234.17º47.03%85.88%-
XYZ27.4523.7570.16-
YUV133.61176.19115.44-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 25.16%
GREEN value IS 126 (49.61% from 255) = 27.33%
BLUE value IS 219 (85.94% from 255) = 47.51%
R=25.16%
G=27.33%
B=47.51%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1161262190.470.4200.14234.1758.8665.69
Hex747EDB2F2A0Eea3b42
Octal164176333575201635273102
Binary111010011111101101101110111110101001110111010101110111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #747edb

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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