Html Css Color HEX #747BDB Moody Blue

📋 copy color: '#747BDB'

red 116 ◦ green 123 ◦ blue 219

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

Shades of Moody Blue #747BDB

Tints of Moody Blue #747BDB

RGB

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

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

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

R = 25.33%
G = 26.86%
B = 47.82%

CMYK

 C value IS 0.47

 M value IS 0.44

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#747BDB (or 0x747BDB) is known color: Moody Blue. HEX triplet: 74, 7B and DB. RGB value is (116,123,219). Sum of RGB (Red+Green+Blue) = 116+123+219=458 (60% of max value = 765). Red value is 116 (45.70% from 255 or 25.33% from 458); Green value is 123 (48.44% from 255 or 26.86% from 458); Blue value is 219 (85.94% from 255 or 47.82% from 458); Max value from RGB is 219 - color contains mainly: blue. Hex color #747BDB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #747BDB is #8B8424. Grayscale: #838383. Windows color (decimal): -9143333 or 14383988. OLE color: 14383988.

HSL color Cylindrical-coordinate representation of color #747BDB: hue angle of 235.92º 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 #747BDB is Cyan = 0.47, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 116 123 219 -
CMYK 0.47 0.44 0 0.14
HSL 235.92º 0.59% 0.66% -
HSV(B) 235.92º 0.47% 0.86% -
XYZ 27.07 22.99 70.03 -
YUV 131.85 177.18 116.69 -
System Red Green Blue C M Y K H S L
Decimal 116 123 219 0.47 0.44 0 0.14 235.92 0.59 0.66
Hex 74 7B DB 2F 2C 0 E EC 3B 42
Octal 164 173 333 57 54 0 16 354 73 102
Binary 1110100 1111011 11011011 101111 101100 0 1110 11101100 111011 1000010

Color Harmonies of #747BDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #747BDB

Black with #747BDB

Text Example


Text Example

White with #747BDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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