Html Css Color HEX #716DC6 Moody Blue

📋 copy color: '#716DC6'

red 113 ◦ green 109 ◦ blue 198

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

Shades of Moody Blue #716DC6

Tints of Moody Blue #716DC6

RGB

 RED value IS 113 (44.53% from 255) = 26.9%

 GREEN value IS 109 (42.97% from 255) = 25.95%

 BLUE value IS 198 (77.73% from 255) = 47.14%

R = 26.9%
G = 25.95%
B = 47.14%

CMYK

 C value IS 0.43

 M value IS 0.45

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#716DC6 (or 0x716DC6) is known color: Moody Blue. HEX triplet: 71, 6D and C6. RGB value is (113,109,198). Sum of RGB (Red+Green+Blue) = 113+109+198=420 (55% of max value = 765). Red value is 113 (44.53% from 255 or 26.90% from 420); Green value is 109 (42.97% from 255 or 25.95% from 420); Blue value is 198 (77.73% from 255 or 47.14% from 420); Max value from RGB is 198 - color contains mainly: blue. Hex color #716DC6 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #716DC6 is #8E9239. Grayscale: #777777. Windows color (decimal): -9343546 or 13004145. OLE color: 13004145.

HSL color Cylindrical-coordinate representation of color #716DC6: hue angle of 242.7º degrees, saturation: 0.44, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #716DC6 is Cyan = 0.43, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 113 109 198 -
CMYK 0.43 0.45 0 0.22
HSL 242.7º 0.44% 0.6% -
HSV(B) 242.7º 0.45% 0.78% -
XYZ 22.47 18.53 55.82 -
YUV 120.34 171.83 122.76 -
System Red Green Blue C M Y K H S L
Decimal 113 109 198 0.43 0.45 0 0.22 242.7 0.44 0.6
Hex 71 6D C6 2B 2D 0 16 F3 2C 3C
Octal 161 155 306 53 55 0 26 363 54 74
Binary 1110001 1101101 11000110 101011 101101 0 10110 11110011 101100 111100

Color Harmonies of #716DC6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #716DC6

Black with #716DC6

Text Example


Text Example

White with #716DC6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #716DC6; }

 p { color: rgb(113,109,198); }

 H1.HeaderClassName
 {
   color: #716DC6;
 }
 .AnyTagClassName
 {
   color: #716DC6;
 }
</style>

background-color css

<style>
 a { background-color: #716DC6; }

 a { background-color: rgb(113,109,198); }

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

border-color css

<style>
 span { border-color: #716DC6; }

 span { border-color: rgb(113,109,198); }

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