Html Css Color HEX #747AD8 Moody Blue

📋 copy color: '#747AD8'

red 116 ◦ green 122 ◦ blue 216

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

Shades of Moody Blue #747AD8

Tints of Moody Blue #747AD8

RGB

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

 GREEN value IS 122 (48.05% from 255) = 26.87%

 BLUE value IS 216 (84.77% from 255) = 47.58%

R = 25.55%
G = 26.87%
B = 47.58%

CMYK

 C value IS 0.46

 M value IS 0.44

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#747AD8 (or 0x747AD8) is known color: Moody Blue. HEX triplet: 74, 7A and D8. RGB value is (116,122,216). Sum of RGB (Red+Green+Blue) = 116+122+216=454 (60% of max value = 765). Red value is 116 (45.70% from 255 or 25.55% from 454); Green value is 122 (48.05% from 255 or 26.87% from 454); Blue value is 216 (84.77% from 255 or 47.58% from 454); Max value from RGB is 216 - color contains mainly: blue. Hex color #747AD8 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #747AD8 is #8B8527. Grayscale: #828282. Windows color (decimal): -9143592 or 14187124. OLE color: 14187124.

HSL color Cylindrical-coordinate representation of color #747AD8: hue angle of 236.4º degrees, saturation: 0.56, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #747AD8 is Cyan = 0.46, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 116 122 216 -
CMYK 0.46 0.44 0 0.15
HSL 236.4º 0.56% 0.65% -
HSV(B) 236.4º 0.46% 0.85% -
XYZ 26.56 22.59 67.93 -
YUV 130.92 176.01 117.36 -
System Red Green Blue C M Y K H S L
Decimal 116 122 216 0.46 0.44 0 0.15 236.4 0.56 0.65
Hex 74 7A D8 2E 2C 0 F EC 38 41
Octal 164 172 330 56 54 0 17 354 70 101
Binary 1110100 1111010 11011000 101110 101100 0 1111 11101100 111000 1000001

Color Harmonies of #747AD8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #747AD8

Black with #747AD8

Text Example


Text Example

White with #747AD8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(116,122,216); }

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

background-color css

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

 a { background-color: rgb(116,122,216); }

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

border-color css

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

 span { border-color: rgb(116,122,216); }

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