Html Css Color HEX #747BCF Moody Blue

📋 copy color: '#747BCF'

red 116 ◦ green 123 ◦ blue 207

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

Shades of Moody Blue #747BCF

Tints of Moody Blue #747BCF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 46.41%

R = 26.01%
G = 27.58%
B = 46.41%

CMYK

 C value IS 0.44

 M value IS 0.41

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#747BCF (or 0x747BCF) is known color: Moody Blue. HEX triplet: 74, 7B and CF. RGB value is (116,123,207). Sum of RGB (Red+Green+Blue) = 116+123+207=446 (59% of max value = 765). Red value is 116 (45.70% from 255 or 26.01% from 446); Green value is 123 (48.44% from 255 or 27.58% from 446); Blue value is 207 (81.25% from 255 or 46.41% from 446); Max value from RGB is 207 - color contains mainly: blue. Hex color #747BCF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #747BCF is #8B8430. Grayscale: #828282. Windows color (decimal): -9143345 or 13597556. OLE color: 13597556.

HSL color Cylindrical-coordinate representation of color #747BCF: hue angle of 235.38º degrees, saturation: 0.49, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #747BCF is Cyan = 0.44, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 116 123 207 -
CMYK 0.44 0.41 0 0.19
HSL 235.38º 0.49% 0.63% -
HSV(B) 235.38º 0.44% 0.81% -
XYZ 25.55 22.38 62.01 -
YUV 130.48 171.18 117.67 -
System Red Green Blue C M Y K H S L
Decimal 116 123 207 0.44 0.41 0 0.19 235.38 0.49 0.63
Hex 74 7B CF 2C 29 0 13 EB 31 3F
Octal 164 173 317 54 51 0 23 353 61 77
Binary 1110100 1111011 11001111 101100 101001 0 10011 11101011 110001 111111

Color Harmonies of #747BCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #747BCF

Black with #747BCF

Text Example


Text Example

White with #747BCF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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