Html Css Color HEX #746CCD Moody Blue

📋 copy color: '#746CCD'

red 116 ◦ green 108 ◦ blue 205

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

Shades of Moody Blue #746CCD

Tints of Moody Blue #746CCD

RGB

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

 GREEN value IS 108 (42.58% from 255) = 25.17%

 BLUE value IS 205 (80.47% from 255) = 47.79%

R = 27.04%
G = 25.17%
B = 47.79%

CMYK

 C value IS 0.43

 M value IS 0.47

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#746CCD (or 0x746CCD) is known color: Moody Blue. HEX triplet: 74, 6C and CD. RGB value is (116,108,205). Sum of RGB (Red+Green+Blue) = 116+108+205=429 (56% of max value = 765). Red value is 116 (45.70% from 255 or 27.04% from 429); Green value is 108 (42.58% from 255 or 25.17% from 429); Blue value is 205 (80.47% from 255 or 47.79% from 429); Max value from RGB is 205 - color contains mainly: blue. Hex color #746CCD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #746CCD is #8B9332. Grayscale: #797979. Windows color (decimal): -9147187 or 13462644. OLE color: 13462644.

HSL color Cylindrical-coordinate representation of color #746CCD: hue angle of 244.95º degrees, saturation: 0.49, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #746CCD is Cyan = 0.43, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 116 108 205 -
CMYK 0.43 0.47 0 0.20
HSL 244.95º 0.49% 0.61% -
HSV(B) 244.95º 0.47% 0.8% -
XYZ 23.58 18.85 60.15 -
YUV 121.45 175.15 124.11 -
System Red Green Blue C M Y K H S L
Decimal 116 108 205 0.43 0.47 0 0.20 244.95 0.49 0.61
Hex 74 6C CD 2B 2F 0 14 F5 31 3D
Octal 164 154 315 53 57 0 24 365 61 75
Binary 1110100 1101100 11001101 101011 101111 0 10100 11110101 110001 111101

Color Harmonies of #746CCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #746CCD

Black with #746CCD

Text Example


Text Example

White with #746CCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(116,108,205); }

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

background-color css

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

 a { background-color: rgb(116,108,205); }

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

border-color css

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

 span { border-color: rgb(116,108,205); }

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