#747BC8

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

Shades of Moody Blue #747BC8

Tints of Moody Blue #747BC8

Color information

#747BC8 (or 0x747BC8) is unknown color: approx Moody Blue. HEX triplet: 74, 7B and C8. RGB value is (116,123,200). Sum of RGB (Red+Green+Blue) = 116+123+200=439 (58% of max value = 765). Red value is 116 (45.70% from 255 or 26.42% from 439); Green value is 123 (48.44% from 255 or 28.02% from 439); Blue value is 200 (78.52% from 255 or 45.56% from 439); Max value from RGB is 200 - color contains mainly: blue. Hex color #747BC8 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #747BC8 is #8B8437. Grayscale: #818181. Windows color (decimal): -9143352 or 13138804. OLE color: 13138804.

HSL color Cylindrical-coordinate representation of color #747BC8: hue angle of 235º degrees, saturation: 0.43, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #747BC8 is Cyan = 0.42, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB116123200-
CMYK0.420.3800.22
HSL235º43.3%61.96%-
HSV(B)235º42%78.43%-
XYZ24.7122.0557.6-
YUV129.68167.68118.24-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 26.42%
GREEN value IS 123 (48.44% from 255) = 28.02%
BLUE value IS 200 (78.52% from 255) = 45.56%
R=26.42%
G=28.02%
B=45.56%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1161232000.420.3800.2223543.361.96
Hex747BC82A26016eb2b3e
Octal16417331052460263535376
Binary111010011110111100100010101010011001011011101011101011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #747BC8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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