#716ECB

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

Shades of Moody Blue #716ECB

Tints of Moody Blue #716ECB

Color information

#716ECB (or 0x716ECB) is unknown color: approx Moody Blue. HEX triplet: 71, 6E and CB. RGB value is (113,110,203). Sum of RGB (Red+Green+Blue) = 113+110+203=426 (56% of max value = 765). Red value is 113 (44.53% from 255 or 26.53% from 426); Green value is 110 (43.36% from 255 or 25.82% from 426); Blue value is 203 (79.69% from 255 or 47.65% from 426); Max value from RGB is 203 - color contains mainly: blue. Hex color #716ECB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #716ECB is #8E9134. Grayscale: #797979. Windows color (decimal): -9343285 or 13332081. OLE color: 13332081.

HSL color Cylindrical-coordinate representation of color #716ECB: hue angle of 241.94º degrees, saturation: 0.47, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #716ECB is Cyan = 0.44, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB113110203-
CMYK0.440.4600.20
HSL241.94º47.21%61.37%-
HSV(B)241.94º45.81%79.61%-
XYZ23.1718.9758.94-
YUV121.5173.99121.94-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 26.53%
GREEN value IS 110 (43.36% from 255) = 25.82%
BLUE value IS 203 (79.69% from 255) = 47.65%
R=26.53%
G=25.82%
B=47.65%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1131102030.440.4600.20241.9447.2161.37
Hex716ECB2C2E014f22f3d
Octal16115631354560243625775
Binary111000111011101100101110110010111001010011110010101111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #716ECB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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