#716ECC

Color #716ECC Moody Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Moody Blue #716ECC

Tints of Moody Blue #716ECC

Color information

#716ECC (or 0x716ECC) is unknown color: approx Moody Blue. HEX triplet: 71, 6E and CC. RGB value is (113,110,204). Sum of RGB (Red+Green+Blue) = 113+110+204=427 (56% of max value = 765). Red value is 113 (44.53% from 255 or 26.46% from 427); Green value is 110 (43.36% from 255 or 25.76% from 427); Blue value is 204 (80.08% from 255 or 47.78% from 427); Max value from RGB is 204 - color contains mainly: blue. Hex color #716ECC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #716ECC is #8E9133. Grayscale: #797979. Windows color (decimal): -9343284 or 13397617. OLE color: 13397617.

HSL color Cylindrical-coordinate representation of color #716ECC: hue angle of 241.91º degrees, saturation: 0.48, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #716ECC is Cyan = 0.45, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB113110204-
CMYK0.450.4600.2
HSL241.91º47.96%61.57%-
HSV(B)241.91º46.08%80%-
XYZ23.2919.0259.57-
YUV121.61174.49121.86-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 26.46%
GREEN value IS 110 (43.36% from 255) = 25.76%
BLUE value IS 204 (80.08% from 255) = 47.78%
R=26.46%
G=25.76%
B=47.78%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1131102040.450.4600.2241.9147.9661.57
Hex716ECC2D2E014f2303e
Octal16115631455560243626076
Binary111000111011101100110010110110111001010011110010110000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #716ECC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(113,110,204); }

 H1.HeaderClassName
 {
   color: #716ECC;
 }
 .AnyTagClassName
 {
   color: #716ECC;
 }
</style>
background-color css

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

 a { background-color: rgb(113,110,204); }

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

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

 span { border-color: rgb(113,110,204); }

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