Html Css Color HEX #746ABF Moody Blue

📋 copy color: '#746ABF'

red 116 ◦ green 106 ◦ blue 191

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

Shades of Moody Blue #746ABF

Tints of Moody Blue #746ABF

RGB

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

 GREEN value IS 106 (41.8% from 255) = 25.67%

 BLUE value IS 191 (75% from 255) = 46.25%

R = 28.09%
G = 25.67%
B = 46.25%

CMYK

 C value IS 0.39

 M value IS 0.45

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#746ABF (or 0x746ABF) is known color: Moody Blue. HEX triplet: 74, 6A and BF. RGB value is (116,106,191). Sum of RGB (Red+Green+Blue) = 116+106+191=413 (54% of max value = 765). Red value is 116 (45.70% from 255 or 28.09% from 413); Green value is 106 (41.80% from 255 or 25.67% from 413); Blue value is 191 (75% from 255 or 46.25% from 413); Max value from RGB is 191 - color contains mainly: blue. Hex color #746ABF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #746ABF is #8B9540. Grayscale: #767676. Windows color (decimal): -9147713 or 12544628. OLE color: 12544628.

HSL color Cylindrical-coordinate representation of color #746ABF: hue angle of 247.06º degrees, saturation: 0.4, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #746ABF is Cyan = 0.39, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 116 106 191 -
CMYK 0.39 0.45 0 0.25
HSL 247.06º 0.4% 0.58% -
HSV(B) 247.06º 0.45% 0.75% -
XYZ 21.76 17.78 51.58 -
YUV 118.68 168.81 126.09 -
System Red Green Blue C M Y K H S L
Decimal 116 106 191 0.39 0.45 0 0.25 247.06 0.4 0.58
Hex 74 6A BF 27 2D 0 19 F7 28 3A
Octal 164 152 277 47 55 0 31 367 50 72
Binary 1110100 1101010 10111111 100111 101101 0 11001 11110111 101000 111010

Color Harmonies of #746ABF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #746ABF

Black with #746ABF

Text Example


Text Example

White with #746ABF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(116,106,191); }

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

background-color css

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

 a { background-color: rgb(116,106,191); }

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

border-color css

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

 span { border-color: rgb(116,106,191); }

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