Html Css Color HEX #747DCF Moody Blue

📋 copy color: '#747DCF'

red 116 ◦ green 125 ◦ blue 207

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

Shades of Moody Blue #747DCF

Tints of Moody Blue #747DCF

RGB

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

 GREEN value IS 125 (49.22% from 255) = 27.9%

 BLUE value IS 207 (81.25% from 255) = 46.21%

R = 25.89%
G = 27.9%
B = 46.21%

CMYK

 C value IS 0.44

 M value IS 0.40

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#747DCF (or 0x747DCF) is known color: Moody Blue. HEX triplet: 74, 7D and CF. RGB value is (116,125,207). Sum of RGB (Red+Green+Blue) = 116+125+207=448 (59% of max value = 765). Red value is 116 (45.70% from 255 or 25.89% from 448); Green value is 125 (49.22% from 255 or 27.90% from 448); Blue value is 207 (81.25% from 255 or 46.21% from 448); Max value from RGB is 207 - color contains mainly: blue. Hex color #747DCF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #747DCF is #8B8230. Grayscale: #838383. Windows color (decimal): -9142833 or 13598068. OLE color: 13598068.

HSL color Cylindrical-coordinate representation of color #747DCF: hue angle of 234.07º degrees, saturation: 0.49, 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 #747DCF is Cyan = 0.44, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 116 125 207 -
CMYK 0.44 0.40 0 0.19
HSL 234.07º 0.49% 0.63% -
HSV(B) 234.07º 0.44% 0.81% -
XYZ 25.8 22.89 62.09 -
YUV 131.66 170.52 116.83 -
System Red Green Blue C M Y K H S L
Decimal 116 125 207 0.44 0.40 0 0.19 234.07 0.49 0.63
Hex 74 7D CF 2C 28 0 13 EA 31 3F
Octal 164 175 317 54 50 0 23 352 61 77
Binary 1110100 1111101 11001111 101100 101000 0 10011 11101010 110001 111111

Color Harmonies of #747DCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #747DCF

Black with #747DCF

Text Example


Text Example

White with #747DCF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(116,125,207); }

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

background-color css

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

 a { background-color: rgb(116,125,207); }

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

border-color css

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

 span { border-color: rgb(116,125,207); }

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