Html Css Color HEX #747CDC Moody Blue

📋 copy color: '#747CDC'

red 116 ◦ green 124 ◦ blue 220

#747CDC
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Moody Blue #747CDC

Tints of Moody Blue #747CDC

RGB

 RED value IS 116 (45.7% from 255) = 25.22%

 GREEN value IS 124 (48.83% from 255) = 26.96%

 BLUE value IS 220 (86.33% from 255) = 47.83%

R = 25.22%
G = 26.96%
B = 47.83%

CMYK

 C value IS 0.47

 M value IS 0.44

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#747CDC (or 0x747CDC) is known color: Moody Blue. HEX triplet: 74, 7C and DC. RGB value is (116,124,220). Sum of RGB (Red+Green+Blue) = 116+124+220=460 (60% of max value = 765). Red value is 116 (45.70% from 255 or 25.22% from 460); Green value is 124 (48.83% from 255 or 26.96% from 460); Blue value is 220 (86.33% from 255 or 47.83% from 460); Max value from RGB is 220 - color contains mainly: blue. Hex color #747CDC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #747CDC is #8B8323. Grayscale: #848484. Windows color (decimal): -9143076 or 14449780. OLE color: 14449780.

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

Color convert

RGB 116 124 220 -
CMYK 0.47 0.44 0 0.14
HSL 235.38º 0.6% 0.66% -
HSV(B) 235.38º 0.47% 0.86% -
XYZ 27.33 23.3 70.77 -
YUV 132.55 177.35 116.19 -
System Red Green Blue C M Y K H S L
Decimal 116 124 220 0.47 0.44 0 0.14 235.38 0.6 0.66
Hex 74 7C DC 2F 2C 0 E EB 3C 42
Octal 164 174 334 57 54 0 16 353 74 102
Binary 1110100 1111100 11011100 101111 101100 0 1110 11101011 111100 1000010

Color Harmonies of #747CDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #747CDC

Black with #747CDC

Text Example


Text Example

White with #747CDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(116,124,220); }

 H1.HeaderClassName
 {
   color: #747CDC;
 }
 .AnyTagClassName
 {
   color: #747CDC;
 }
</style>

background-color css

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

 a { background-color: rgb(116,124,220); }

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

border-color css

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

 span { border-color: rgb(116,124,220); }

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