Html Css Color HEX #746FCF Moody Blue

📋 copy color: '#746FCF'

red 116 ◦ green 111 ◦ blue 207

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

Shades of Moody Blue #746FCF

Tints of Moody Blue #746FCF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 47.7%

R = 26.73%
G = 25.58%
B = 47.7%

CMYK

 C value IS 0.44

 M value IS 0.46

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#746FCF (or 0x746FCF) is known color: Moody Blue. HEX triplet: 74, 6F and CF. RGB value is (116,111,207). Sum of RGB (Red+Green+Blue) = 116+111+207=434 (57% of max value = 765). Red value is 116 (45.70% from 255 or 26.73% from 434); Green value is 111 (43.75% from 255 or 25.58% from 434); Blue value is 207 (81.25% from 255 or 47.70% from 434); Max value from RGB is 207 - color contains mainly: blue. Hex color #746FCF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #746FCF is #8B9030. Grayscale: #7B7B7B. Windows color (decimal): -9146417 or 13594484. OLE color: 13594484.

HSL color Cylindrical-coordinate representation of color #746FCF: hue angle of 243.13º degrees, saturation: 0.5, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #746FCF is Cyan = 0.44, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 116 111 207 -
CMYK 0.44 0.46 0 0.19
HSL 243.13º 0.5% 0.62% -
HSV(B) 243.13º 0.46% 0.81% -
XYZ 24.15 19.59 61.54 -
YUV 123.44 175.16 122.69 -
System Red Green Blue C M Y K H S L
Decimal 116 111 207 0.44 0.46 0 0.19 243.13 0.5 0.62
Hex 74 6F CF 2C 2E 0 13 F3 32 3E
Octal 164 157 317 54 56 0 23 363 62 76
Binary 1110100 1101111 11001111 101100 101110 0 10011 11110011 110010 111110

Color Harmonies of #746FCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #746FCF

Black with #746FCF

Text Example


Text Example

White with #746FCF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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