Html Css Color HEX #747ECE Moody Blue

📋 copy color: '#747ECE'

red 116 ◦ green 126 ◦ blue 206

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

Shades of Moody Blue #747ECE

Tints of Moody Blue #747ECE

RGB

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

 GREEN value IS 126 (49.61% from 255) = 28.13%

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

R = 25.89%
G = 28.13%
B = 45.98%

CMYK

 C value IS 0.44

 M value IS 0.39

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#747ECE (or 0x747ECE) is known color: Moody Blue. HEX triplet: 74, 7E and CE. RGB value is (116,126,206). Sum of RGB (Red+Green+Blue) = 116+126+206=448 (59% of max value = 765). Red value is 116 (45.70% from 255 or 25.89% from 448); Green value is 126 (49.61% from 255 or 28.12% from 448); Blue value is 206 (80.86% from 255 or 45.98% from 448); Max value from RGB is 206 - color contains mainly: blue. Hex color #747ECE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #747ECE is #8B8131. Grayscale: #838383. Windows color (decimal): -9142578 or 13532788. OLE color: 13532788.

HSL color Cylindrical-coordinate representation of color #747ECE: hue angle of 233.33º degrees, saturation: 0.48, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #747ECE is Cyan = 0.44, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 116 126 206 -
CMYK 0.44 0.39 0 0.19
HSL 233.33º 0.48% 0.63% -
HSV(B) 233.33º 0.44% 0.81% -
XYZ 25.8 23.09 61.49 -
YUV 132.13 169.69 116.5 -
System Red Green Blue C M Y K H S L
Decimal 116 126 206 0.44 0.39 0 0.19 233.33 0.48 0.63
Hex 74 7E CE 2C 27 0 13 E9 30 3F
Octal 164 176 316 54 47 0 23 351 60 77
Binary 1110100 1111110 11001110 101100 100111 0 10011 11101001 110000 111111

Color Harmonies of #747ECE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #747ECE

Black with #747ECE

Text Example


Text Example

White with #747ECE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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