Html Css Color HEX #747CCE Moody Blue

📋 copy color: '#747CCE'

red 116 ◦ green 124 ◦ blue 206

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

Shades of Moody Blue #747CCE

Tints of Moody Blue #747CCE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 46.19%

R = 26.01%
G = 27.8%
B = 46.19%

CMYK

 C value IS 0.44

 M value IS 0.40

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#747CCE (or 0x747CCE) is known color: Moody Blue. HEX triplet: 74, 7C and CE. RGB value is (116,124,206). Sum of RGB (Red+Green+Blue) = 116+124+206=446 (59% of max value = 765). Red value is 116 (45.70% from 255 or 26.01% from 446); Green value is 124 (48.83% from 255 or 27.80% from 446); Blue value is 206 (80.86% from 255 or 46.19% from 446); Max value from RGB is 206 - color contains mainly: blue. Hex color #747CCE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #747CCE is #8B8331. Grayscale: #828282. Windows color (decimal): -9143090 or 13532276. OLE color: 13532276.

HSL color Cylindrical-coordinate representation of color #747CCE: hue angle of 234.67º degrees, saturation: 0.48, 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 #747CCE is Cyan = 0.44, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 116 124 206 -
CMYK 0.44 0.40 0 0.19
HSL 234.67º 0.48% 0.63% -
HSV(B) 234.67º 0.44% 0.81% -
XYZ 25.55 22.58 61.41 -
YUV 130.96 170.35 117.33 -
System Red Green Blue C M Y K H S L
Decimal 116 124 206 0.44 0.40 0 0.19 234.67 0.48 0.63
Hex 74 7C CE 2C 28 0 13 EB 30 3F
Octal 164 174 316 54 50 0 23 353 60 77
Binary 1110100 1111100 11001110 101100 101000 0 10011 11101011 110000 111111

Color Harmonies of #747CCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #747CCE

Black with #747CCE

Text Example


Text Example

White with #747CCE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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