Html Css Color HEX #747CDB Moody Blue

📋 copy color: '#747CDB'

red 116 ◦ green 124 ◦ blue 219

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

Shades of Moody Blue #747CDB

Tints of Moody Blue #747CDB

RGB

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

 GREEN value IS 124 (48.83% from 255) = 27.02%

 BLUE value IS 219 (85.94% from 255) = 47.71%

R = 25.27%
G = 27.02%
B = 47.71%

CMYK

 C value IS 0.47

 M value IS 0.43

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#747CDB (or 0x747CDB) is known color: Moody Blue. HEX triplet: 74, 7C and DB. RGB value is (116,124,219). Sum of RGB (Red+Green+Blue) = 116+124+219=459 (60% of max value = 765). Red value is 116 (45.70% from 255 or 25.27% from 459); Green value is 124 (48.83% from 255 or 27.02% from 459); Blue value is 219 (85.94% from 255 or 47.71% from 459); Max value from RGB is 219 - color contains mainly: blue. Hex color #747CDB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #747CDB is #8B8324. Grayscale: #848484. Windows color (decimal): -9143077 or 14384244. OLE color: 14384244.

HSL color Cylindrical-coordinate representation of color #747CDB: hue angle of 235.34º degrees, saturation: 0.59, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #747CDB is Cyan = 0.47, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 116 124 219 -
CMYK 0.47 0.43 0 0.14
HSL 235.34º 0.59% 0.66% -
HSV(B) 235.34º 0.47% 0.86% -
XYZ 27.2 23.24 70.07 -
YUV 132.44 176.85 116.28 -
System Red Green Blue C M Y K H S L
Decimal 116 124 219 0.47 0.43 0 0.14 235.34 0.59 0.66
Hex 74 7C DB 2F 2B 0 E EB 3B 42
Octal 164 174 333 57 53 0 16 353 73 102
Binary 1110100 1111100 11011011 101111 101011 0 1110 11101011 111011 1000010

Color Harmonies of #747CDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #747CDB

Black with #747CDB

Text Example


Text Example

White with #747CDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(116,124,219); }

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

background-color css

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

 a { background-color: rgb(116,124,219); }

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

border-color css

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

 span { border-color: rgb(116,124,219); }

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