Html Css Color HEX #746CBF Moody Blue

📋 copy color: '#746CBF'

red 116 ◦ green 108 ◦ blue 191

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

Shades of Moody Blue #746CBF

Tints of Moody Blue #746CBF

RGB

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

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

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

R = 27.95%
G = 26.02%
B = 46.02%

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

#746CBF (or 0x746CBF) is known color: Moody Blue. HEX triplet: 74, 6C and BF. RGB value is (116,108,191). Sum of RGB (Red+Green+Blue) = 116+108+191=415 (54% of max value = 765). Red value is 116 (45.70% from 255 or 27.95% from 415); Green value is 108 (42.58% from 255 or 26.02% from 415); Blue value is 191 (75% from 255 or 46.02% from 415); Max value from RGB is 191 - color contains mainly: blue. Hex color #746CBF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #746CBF is #8B9340. Grayscale: #777777. Windows color (decimal): -9147201 or 12545140. OLE color: 12545140.

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

Color convert

RGB 116 108 191 -
CMYK 0.39 0.43 0 0.25
HSL 245.78º 0.39% 0.59% -
HSV(B) 245.78º 0.43% 0.75% -
XYZ 21.97 18.2 51.65 -
YUV 119.85 168.15 125.25 -
System Red Green Blue C M Y K H S L
Decimal 116 108 191 0.39 0.43 0 0.25 245.78 0.39 0.59
Hex 74 6C BF 27 2B 0 19 F6 27 3B
Octal 164 154 277 47 53 0 31 366 47 73
Binary 1110100 1101100 10111111 100111 101011 0 11001 11110110 100111 111011

Color Harmonies of #746CBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #746CBF

Black with #746CBF

Text Example


Text Example

White with #746CBF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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