Html Css Color HEX #746CBE Moody Blue

📋 copy color: '#746CBE'

red 116 ◦ green 108 ◦ blue 190

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

Shades of Moody Blue #746CBE

Tints of Moody Blue #746CBE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 45.89%

R = 28.02%
G = 26.09%
B = 45.89%

CMYK

 C value IS 0.39

 M value IS 0.43

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#746CBE (or 0x746CBE) is known color: Moody Blue. HEX triplet: 74, 6C and BE. RGB value is (116,108,190). Sum of RGB (Red+Green+Blue) = 116+108+190=414 (54% of max value = 765). Red value is 116 (45.70% from 255 or 28.02% from 414); Green value is 108 (42.58% from 255 or 26.09% from 414); Blue value is 190 (74.61% from 255 or 45.89% from 414); Max value from RGB is 190 - color contains mainly: blue. Hex color #746CBE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #746CBE is #8B9341. Grayscale: #777777. Windows color (decimal): -9147202 or 12479604. OLE color: 12479604.

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

Color convert

RGB 116 108 190 -
CMYK 0.39 0.43 0 0.25
HSL 245.85º 0.39% 0.58% -
HSV(B) 245.85º 0.43% 0.75% -
XYZ 21.86 18.16 51.07 -
YUV 119.74 167.65 125.33 -
System Red Green Blue C M Y K H S L
Decimal 116 108 190 0.39 0.43 0 0.25 245.85 0.39 0.58
Hex 74 6C BE 27 2B 0 19 F6 27 3A
Octal 164 154 276 47 53 0 31 366 47 72
Binary 1110100 1101100 10111110 100111 101011 0 11001 11110110 100111 111010

Color Harmonies of #746CBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #746CBE

Black with #746CBE

Text Example


Text Example

White with #746CBE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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