Html Css Color HEX #747FDD Moody Blue

📋 copy color: '#747FDD'

red 116 ◦ green 127 ◦ blue 221

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

Shades of Moody Blue #747FDD

Tints of Moody Blue #747FDD

RGB

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

 GREEN value IS 127 (50% from 255) = 27.37%

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

R = 25%
G = 27.37%
B = 47.63%

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

#747FDD (or 0x747FDD) is known color: Moody Blue. HEX triplet: 74, 7F and DD. RGB value is (116,127,221). Sum of RGB (Red+Green+Blue) = 116+127+221=464 (61% of max value = 765). Red value is 116 (45.70% from 255 or 25% from 464); Green value is 127 (50% from 255 or 27.37% from 464); Blue value is 221 (86.72% from 255 or 47.63% from 464); Max value from RGB is 221 - color contains mainly: blue. Hex color #747FDD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #747FDD is #8B8022. Grayscale: #868686. Windows color (decimal): -9142307 or 14516084. OLE color: 14516084.

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

Color convert

RGB 116 127 221 -
CMYK 0.48 0.43 0 0.13
HSL 233.71º 0.61% 0.66% -
HSV(B) 233.71º 0.48% 0.87% -
XYZ 27.84 24.11 71.59 -
YUV 134.43 176.86 114.86 -
System Red Green Blue C M Y K H S L
Decimal 116 127 221 0.48 0.43 0 0.13 233.71 0.61 0.66
Hex 74 7F DD 30 2B 0 D EA 3D 42
Octal 164 177 335 60 53 0 15 352 75 102
Binary 1110100 1111111 11011101 110000 101011 0 1101 11101010 111101 1000010

Color Harmonies of #747FDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #747FDD

Black with #747FDD

Text Example


Text Example

White with #747FDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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