Html Css Color HEX #746FD6 Moody Blue

📋 copy color: '#746FD6'

red 116 ◦ green 111 ◦ blue 214

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

Shades of Moody Blue #746FD6

Tints of Moody Blue #746FD6

RGB

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

 GREEN value IS 111 (43.75% from 255) = 25.17%

 BLUE value IS 214 (83.98% from 255) = 48.53%

R = 26.3%
G = 25.17%
B = 48.53%

CMYK

 C value IS 0.46

 M value IS 0.48

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#746FD6 (or 0x746FD6) is known color: Moody Blue. HEX triplet: 74, 6F and D6. RGB value is (116,111,214). Sum of RGB (Red+Green+Blue) = 116+111+214=441 (58% of max value = 765). Red value is 116 (45.70% from 255 or 26.30% from 441); Green value is 111 (43.75% from 255 or 25.17% from 441); Blue value is 214 (83.98% from 255 or 48.53% from 441); Max value from RGB is 214 - color contains mainly: blue. Hex color #746FD6 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #746FD6 is #8B9029. Grayscale: #7B7B7B. Windows color (decimal): -9146410 or 14053236. OLE color: 14053236.

HSL color Cylindrical-coordinate representation of color #746FD6: hue angle of 242.91º degrees, saturation: 0.56, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #746FD6 is Cyan = 0.46, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 116 111 214 -
CMYK 0.46 0.48 0 0.16
HSL 242.91º 0.56% 0.64% -
HSV(B) 242.91º 0.48% 0.84% -
XYZ 25.02 19.94 66.15 -
YUV 124.24 178.66 122.12 -
System Red Green Blue C M Y K H S L
Decimal 116 111 214 0.46 0.48 0 0.16 242.91 0.56 0.64
Hex 74 6F D6 2E 30 0 10 F3 38 40
Octal 164 157 326 56 60 0 20 363 70 100
Binary 1110100 1101111 11010110 101110 110000 0 10000 11110011 111000 1000000

Color Harmonies of #746FD6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #746FD6

Black with #746FD6

Text Example


Text Example

White with #746FD6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(116,111,214); }

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

background-color css

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

 a { background-color: rgb(116,111,214); }

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

border-color css

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

 span { border-color: rgb(116,111,214); }

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