#716FCB

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

Shades of Moody Blue #716FCB

Tints of Moody Blue #716FCB

Color information

#716FCB (or 0x716FCB) is unknown color: approx Moody Blue. HEX triplet: 71, 6F and CB. RGB value is (113,111,203). Sum of RGB (Red+Green+Blue) = 113+111+203=427 (56% of max value = 765). Red value is 113 (44.53% from 255 or 26.46% from 427); Green value is 111 (43.75% from 255 or 26.00% from 427); Blue value is 203 (79.69% from 255 or 47.54% from 427); Max value from RGB is 203 - color contains mainly: blue. Hex color #716FCB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #716FCB is #8E9034. Grayscale: #797979. Windows color (decimal): -9343029 or 13332337. OLE color: 13332337.

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

Color convert

RGB113111203-
CMYK0.440.4500.20
HSL241.3º46.94%61.57%-
HSV(B)241.3º45.32%79.61%-
XYZ23.2719.1958.98-
YUV122.09173.66121.52-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 26.46%
GREEN value IS 111 (43.75% from 255) = 26.00%
BLUE value IS 203 (79.69% from 255) = 47.54%
R=26.46%
G=26.00%
B=47.54%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1131112030.440.4500.20241.346.9461.57
Hex716FCB2C2D014f12f3e
Octal16115731354550243615776
Binary111000111011111100101110110010110101010011110001101111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #716FCB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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