Html Css Color HEX #746DCD Moody Blue

📋 copy color: '#746DCD'

red 116 ◦ green 109 ◦ blue 205

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

Shades of Moody Blue #746DCD

Tints of Moody Blue #746DCD

RGB

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

 GREEN value IS 109 (42.97% from 255) = 25.35%

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

R = 26.98%
G = 25.35%
B = 47.67%

CMYK

 C value IS 0.43

 M value IS 0.47

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#746DCD (or 0x746DCD) is known color: Moody Blue. HEX triplet: 74, 6D and CD. RGB value is (116,109,205). Sum of RGB (Red+Green+Blue) = 116+109+205=430 (56% of max value = 765). Red value is 116 (45.70% from 255 or 26.98% from 430); Green value is 109 (42.97% from 255 or 25.35% from 430); Blue value is 205 (80.47% from 255 or 47.67% from 430); Max value from RGB is 205 - color contains mainly: blue. Hex color #746DCD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #746DCD is #8B9232. Grayscale: #797979. Windows color (decimal): -9146931 or 13462900. OLE color: 13462900.

HSL color Cylindrical-coordinate representation of color #746DCD: hue angle of 244.37º degrees, saturation: 0.49, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #746DCD is Cyan = 0.43, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 116 109 205 -
CMYK 0.43 0.47 0 0.20
HSL 244.38º 0.49% 0.62% -
HSV(B) 244.38º 0.47% 0.8% -
XYZ 23.69 19.06 60.19 -
YUV 122.04 174.82 123.69 -
System Red Green Blue C M Y K H S L
Decimal 116 109 205 0.43 0.47 0 0.20 244.38 0.49 0.62
Hex 74 6D CD 2B 2F 0 14 F4 31 3E
Octal 164 155 315 53 57 0 24 364 61 76
Binary 1110100 1101101 11001101 101011 101111 0 10100 11110100 110001 111110

Color Harmonies of #746DCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #746DCD

Black with #746DCD

Text Example


Text Example

White with #746DCD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #746DCD; }

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

 H1.HeaderClassName
 {
   color: #746DCD;
 }
 .AnyTagClassName
 {
   color: #746DCD;
 }
</style>

background-color css

<style>
 a { background-color: #746DCD; }

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

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

border-color css

<style>
 span { border-color: #746DCD; }

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

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