Html Css Color HEX #746DCE Moody Blue

📋 copy color: '#746DCE'

red 116 ◦ green 109 ◦ blue 206

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

Shades of Moody Blue #746DCE

Tints of Moody Blue #746DCE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 47.8%

R = 26.91%
G = 25.29%
B = 47.8%

CMYK

 C value IS 0.44

 M value IS 0.47

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#746DCE (or 0x746DCE) is known color: Moody Blue. HEX triplet: 74, 6D and CE. RGB value is (116,109,206). Sum of RGB (Red+Green+Blue) = 116+109+206=431 (57% of max value = 765). Red value is 116 (45.70% from 255 or 26.91% from 431); Green value is 109 (42.97% from 255 or 25.29% from 431); Blue value is 206 (80.86% from 255 or 47.80% from 431); Max value from RGB is 206 - color contains mainly: blue. Hex color #746DCE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #746DCE is #8B9231. Grayscale: #797979. Windows color (decimal): -9146930 or 13528436. OLE color: 13528436.

HSL color Cylindrical-coordinate representation of color #746DCE: hue angle of 244.33º degrees, saturation: 0.5, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #746DCE is Cyan = 0.44, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 116 109 206 -
CMYK 0.44 0.47 0 0.19
HSL 244.33º 0.5% 0.62% -
HSV(B) 244.33º 0.47% 0.81% -
XYZ 23.81 19.11 60.83 -
YUV 122.15 175.32 123.61 -
System Red Green Blue C M Y K H S L
Decimal 116 109 206 0.44 0.47 0 0.19 244.33 0.5 0.62
Hex 74 6D CE 2C 2F 0 13 F4 32 3E
Octal 164 155 316 54 57 0 23 364 62 76
Binary 1110100 1101101 11001110 101100 101111 0 10011 11110100 110010 111110

Color Harmonies of #746DCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #746DCE

Black with #746DCE

Text Example


Text Example

White with #746DCE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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