Html Css Color HEX #747EDD Moody Blue

📋 copy color: '#747EDD'

red 116 ◦ green 126 ◦ blue 221

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

Shades of Moody Blue #747EDD

Tints of Moody Blue #747EDD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 47.73%

R = 25.05%
G = 27.21%
B = 47.73%

CMYK

 C value IS 0.48

 M value IS 0.43

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#747EDD (or 0x747EDD) is known color: Moody Blue. HEX triplet: 74, 7E and DD. RGB value is (116,126,221). Sum of RGB (Red+Green+Blue) = 116+126+221=463 (61% of max value = 765). Red value is 116 (45.70% from 255 or 25.05% from 463); Green value is 126 (49.61% from 255 or 27.21% from 463); Blue value is 221 (86.72% from 255 or 47.73% from 463); Max value from RGB is 221 - color contains mainly: blue. Hex color #747EDD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #747EDD is #8B8122. Grayscale: #858585. Windows color (decimal): -9142563 or 14515828. OLE color: 14515828.

HSL color Cylindrical-coordinate representation of color #747EDD: hue angle of 234.29º degrees, saturation: 0.61, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #747EDD is Cyan = 0.48, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 116 126 221 -
CMYK 0.48 0.43 0 0.13
HSL 234.29º 0.61% 0.66% -
HSV(B) 234.29º 0.48% 0.87% -
XYZ 27.71 23.86 71.55 -
YUV 133.84 177.19 115.28 -
System Red Green Blue C M Y K H S L
Decimal 116 126 221 0.48 0.43 0 0.13 234.29 0.61 0.66
Hex 74 7E DD 30 2B 0 D EA 3D 42
Octal 164 176 335 60 53 0 15 352 75 102
Binary 1110100 1111110 11011101 110000 101011 0 1101 11101010 111101 1000010

Color Harmonies of #747EDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #747EDD

Black with #747EDD

Text Example


Text Example

White with #747EDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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