Html Css Color HEX #746ECC Moody Blue

📋 copy color: '#746ECC'

red 116 ◦ green 110 ◦ blue 204

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

Shades of Moody Blue #746ECC

Tints of Moody Blue #746ECC

RGB

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

 GREEN value IS 110 (43.36% from 255) = 25.58%

 BLUE value IS 204 (80.08% from 255) = 47.44%

R = 26.98%
G = 25.58%
B = 47.44%

CMYK

 C value IS 0.43

 M value IS 0.46

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#746ECC (or 0x746ECC) is known color: Moody Blue. HEX triplet: 74, 6E and CC. RGB value is (116,110,204). Sum of RGB (Red+Green+Blue) = 116+110+204=430 (56% of max value = 765). Red value is 116 (45.70% from 255 or 26.98% from 430); Green value is 110 (43.36% from 255 or 25.58% from 430); Blue value is 204 (80.08% from 255 or 47.44% from 430); Max value from RGB is 204 - color contains mainly: blue. Hex color #746ECC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #746ECC is #8B9133. Grayscale: #7A7A7A. Windows color (decimal): -9146676 or 13397620. OLE color: 13397620.

HSL color Cylindrical-coordinate representation of color #746ECC: hue angle of 243.83º degrees, saturation: 0.48, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #746ECC is Cyan = 0.43, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 116 110 204 -
CMYK 0.43 0.46 0 0.2
HSL 243.83º 0.48% 0.62% -
HSV(B) 243.83º 0.46% 0.8% -
XYZ 23.68 19.22 59.59 -
YUV 122.51 173.99 123.36 -
System Red Green Blue C M Y K H S L
Decimal 116 110 204 0.43 0.46 0 0.2 243.83 0.48 0.62
Hex 74 6E CC 2B 2E 0 14 F4 30 3E
Octal 164 156 314 53 56 0 24 364 60 76
Binary 1110100 1101110 11001100 101011 101110 0 10100 11110100 110000 111110

Color Harmonies of #746ECC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #746ECC

Black with #746ECC

Text Example


Text Example

White with #746ECC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #746ECC; }

 p { color: rgb(116,110,204); }

 H1.HeaderClassName
 {
   color: #746ECC;
 }
 .AnyTagClassName
 {
   color: #746ECC;
 }
</style>

background-color css

<style>
 a { background-color: #746ECC; }

 a { background-color: rgb(116,110,204); }

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

border-color css

<style>
 span { border-color: #746ECC; }

 span { border-color: rgb(116,110,204); }

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