Html Css Color HEX #747CCD Moody Blue

📋 copy color: '#747CCD'

red 116 ◦ green 124 ◦ blue 205

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

Shades of Moody Blue #747CCD

Tints of Moody Blue #747CCD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 46.07%

R = 26.07%
G = 27.87%
B = 46.07%

CMYK

 C value IS 0.43

 M value IS 0.40

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#747CCD (or 0x747CCD) is known color: Moody Blue. HEX triplet: 74, 7C and CD. RGB value is (116,124,205). Sum of RGB (Red+Green+Blue) = 116+124+205=445 (58% of max value = 765). Red value is 116 (45.70% from 255 or 26.07% from 445); Green value is 124 (48.83% from 255 or 27.87% from 445); Blue value is 205 (80.47% from 255 or 46.07% from 445); Max value from RGB is 205 - color contains mainly: blue. Hex color #747CCD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #747CCD is #8B8332. Grayscale: #828282. Windows color (decimal): -9143091 or 13466740. OLE color: 13466740.

HSL color Cylindrical-coordinate representation of color #747CCD: hue angle of 234.61º 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 #747CCD is Cyan = 0.43, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 116 124 205 -
CMYK 0.43 0.40 0 0.20
HSL 234.61º 0.47% 0.63% -
HSV(B) 234.61º 0.43% 0.8% -
XYZ 25.43 22.54 60.77 -
YUV 130.84 169.85 117.41 -
System Red Green Blue C M Y K H S L
Decimal 116 124 205 0.43 0.40 0 0.20 234.61 0.47 0.63
Hex 74 7C CD 2B 28 0 14 EB 2F 3F
Octal 164 174 315 53 50 0 24 353 57 77
Binary 1110100 1111100 11001101 101011 101000 0 10100 11101011 101111 111111

Color Harmonies of #747CCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #747CCD

Black with #747CCD

Text Example


Text Example

White with #747CCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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