Html Css Color HEX #747FD3 Moody Blue

📋 copy color: '#747FD3'

red 116 ◦ green 127 ◦ blue 211

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

Shades of Moody Blue #747FD3

Tints of Moody Blue #747FD3

RGB

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

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

 BLUE value IS 211 (82.81% from 255) = 46.48%

R = 25.55%
G = 27.97%
B = 46.48%

CMYK

 C value IS 0.45

 M value IS 0.40

 Y value IS 0

 K value IS 0.17

RGB Variations

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

Color information

#747FD3 (or 0x747FD3) is known color: Moody Blue. HEX triplet: 74, 7F and D3. RGB value is (116,127,211). Sum of RGB (Red+Green+Blue) = 116+127+211=454 (60% of max value = 765). Red value is 116 (45.70% from 255 or 25.55% from 454); Green value is 127 (50% from 255 or 27.97% from 454); Blue value is 211 (82.81% from 255 or 46.48% from 454); Max value from RGB is 211 - color contains mainly: blue. Hex color #747FD3 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #747FD3 is #8B802C. Grayscale: #848484. Windows color (decimal): -9142317 or 13860724. OLE color: 13860724.

HSL color Cylindrical-coordinate representation of color #747FD3: hue angle of 233.05º degrees, saturation: 0.52, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #747FD3 is Cyan = 0.45, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB 116 127 211 -
CMYK 0.45 0.40 0 0.17
HSL 233.05º 0.52% 0.64% -
HSV(B) 233.05º 0.45% 0.83% -
XYZ 26.55 23.59 64.78 -
YUV 133.29 171.86 115.67 -
System Red Green Blue C M Y K H S L
Decimal 116 127 211 0.45 0.40 0 0.17 233.05 0.52 0.64
Hex 74 7F D3 2D 28 0 11 E9 34 40
Octal 164 177 323 55 50 0 21 351 64 100
Binary 1110100 1111111 11010011 101101 101000 0 10001 11101001 110100 1000000

Color Harmonies of #747FD3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #747FD3

Black with #747FD3

Text Example


Text Example

White with #747FD3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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