Html Css Color HEX #746FD2 Moody Blue

📋 copy color: '#746FD2'

red 116 ◦ green 111 ◦ blue 210

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

Shades of Moody Blue #746FD2

Tints of Moody Blue #746FD2

RGB

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

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

 BLUE value IS 210 (82.42% from 255) = 48.05%

R = 26.54%
G = 25.4%
B = 48.05%

CMYK

 C value IS 0.45

 M value IS 0.47

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#746FD2 (or 0x746FD2) is known color: Moody Blue. HEX triplet: 74, 6F and D2. RGB value is (116,111,210). Sum of RGB (Red+Green+Blue) = 116+111+210=437 (57% of max value = 765). Red value is 116 (45.70% from 255 or 26.54% from 437); Green value is 111 (43.75% from 255 or 25.40% from 437); Blue value is 210 (82.42% from 255 or 48.05% from 437); Max value from RGB is 210 - color contains mainly: blue. Hex color #746FD2 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #746FD2 is #8B902D. Grayscale: #7B7B7B. Windows color (decimal): -9146414 or 13791092. OLE color: 13791092.

HSL color Cylindrical-coordinate representation of color #746FD2: hue angle of 243.03º degrees, saturation: 0.52, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #746FD2 is Cyan = 0.45, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 116 111 210 -
CMYK 0.45 0.47 0 0.18
HSL 243.03º 0.52% 0.63% -
HSV(B) 243.03º 0.47% 0.82% -
XYZ 24.52 19.74 63.49 -
YUV 123.78 176.66 122.45 -
System Red Green Blue C M Y K H S L
Decimal 116 111 210 0.45 0.47 0 0.18 243.03 0.52 0.63
Hex 74 6F D2 2D 2F 0 12 F3 34 3F
Octal 164 157 322 55 57 0 22 363 64 77
Binary 1110100 1101111 11010010 101101 101111 0 10010 11110011 110100 111111

Color Harmonies of #746FD2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #746FD2

Black with #746FD2

Text Example


Text Example

White with #746FD2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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