Html Css Color HEX #747BD7 Moody Blue

📋 copy color: '#747BD7'

red 116 ◦ green 123 ◦ blue 215

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

Shades of Moody Blue #747BD7

Tints of Moody Blue #747BD7

RGB

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

 GREEN value IS 123 (48.44% from 255) = 27.09%

 BLUE value IS 215 (84.38% from 255) = 47.36%

R = 25.55%
G = 27.09%
B = 47.36%

CMYK

 C value IS 0.46

 M value IS 0.43

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#747BD7 (or 0x747BD7) is known color: Moody Blue. HEX triplet: 74, 7B and D7. RGB value is (116,123,215). Sum of RGB (Red+Green+Blue) = 116+123+215=454 (60% of max value = 765). Red value is 116 (45.70% from 255 or 25.55% from 454); Green value is 123 (48.44% from 255 or 27.09% from 454); Blue value is 215 (84.38% from 255 or 47.36% from 454); Max value from RGB is 215 - color contains mainly: blue. Hex color #747BD7 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #747BD7 is #8B8428. Grayscale: #838383. Windows color (decimal): -9143337 or 14121844. OLE color: 14121844.

HSL color Cylindrical-coordinate representation of color #747BD7: hue angle of 235.76º degrees, saturation: 0.55, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #747BD7 is Cyan = 0.46, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 116 123 215 -
CMYK 0.46 0.43 0 0.16
HSL 235.76º 0.55% 0.65% -
HSV(B) 235.76º 0.46% 0.84% -
XYZ 26.55 22.79 67.29 -
YUV 131.4 175.18 117.02 -
System Red Green Blue C M Y K H S L
Decimal 116 123 215 0.46 0.43 0 0.16 235.76 0.55 0.65
Hex 74 7B D7 2E 2B 0 10 EC 37 41
Octal 164 173 327 56 53 0 20 354 67 101
Binary 1110100 1111011 11010111 101110 101011 0 10000 11101100 110111 1000001

Color Harmonies of #747BD7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #747BD7

Black with #747BD7

Text Example


Text Example

White with #747BD7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(116,123,215); }

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

background-color css

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

 a { background-color: rgb(116,123,215); }

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

border-color css

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

 span { border-color: rgb(116,123,215); }

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