Html Css Color HEX #747FDA Moody Blue

📋 copy color: '#747FDA'

red 116 ◦ green 127 ◦ blue 218

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

Shades of Moody Blue #747FDA

Tints of Moody Blue #747FDA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 47.29%

R = 25.16%
G = 27.55%
B = 47.29%

CMYK

 C value IS 0.47

 M value IS 0.42

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#747FDA (or 0x747FDA) is known color: Moody Blue. HEX triplet: 74, 7F and DA. RGB value is (116,127,218). Sum of RGB (Red+Green+Blue) = 116+127+218=461 (61% of max value = 765). Red value is 116 (45.70% from 255 or 25.16% from 461); Green value is 127 (50% from 255 or 27.55% from 461); Blue value is 218 (85.55% from 255 or 47.29% from 461); Max value from RGB is 218 - color contains mainly: blue. Hex color #747FDA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #747FDA is #8B8025. Grayscale: #858585. Windows color (decimal): -9142310 or 14319476. OLE color: 14319476.

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

Color convert

RGB 116 127 218 -
CMYK 0.47 0.42 0 0.15
HSL 233.53º 0.58% 0.65% -
HSV(B) 233.53º 0.47% 0.85% -
XYZ 27.45 23.95 69.51 -
YUV 134.09 175.36 115.1 -
System Red Green Blue C M Y K H S L
Decimal 116 127 218 0.47 0.42 0 0.15 233.53 0.58 0.65
Hex 74 7F DA 2F 2A 0 F EA 3A 41
Octal 164 177 332 57 52 0 17 352 72 101
Binary 1110100 1111111 11011010 101111 101010 0 1111 11101010 111010 1000001

Color Harmonies of #747FDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #747FDA

Black with #747FDA

Text Example


Text Example

White with #747FDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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