#726BBF

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

Shades of Moody Blue #726BBF

Tints of Moody Blue #726BBF

Color information

#726BBF (or 0x726BBF) is unknown color: approx Moody Blue. HEX triplet: 72, 6B and BF. RGB value is (114,107,191). Sum of RGB (Red+Green+Blue) = 114+107+191=412 (54% of max value = 765). Red value is 114 (44.92% from 255 or 27.67% from 412); Green value is 107 (42.19% from 255 or 25.97% from 412); Blue value is 191 (75% from 255 or 46.36% from 412); Max value from RGB is 191 - color contains mainly: blue. Hex color #726BBF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #726BBF is #8D9440. Grayscale: #767676. Windows color (decimal): -9278529 or 12544882. OLE color: 12544882.

HSL color Cylindrical-coordinate representation of color #726BBF: hue angle of 245º degrees, saturation: 0.4, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #726BBF is Cyan = 0.40, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB114107191-
CMYK0.400.4400.25
HSL245º39.62%58.43%-
HSV(B)245º43.98%74.9%-
XYZ21.617.8551.6-
YUV118.67168.82124.67-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 27.67%
GREEN value IS 107 (42.19% from 255) = 25.97%
BLUE value IS 191 (75% from 255) = 46.36%
R=27.67%
G=25.97%
B=46.36%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1141071910.400.4400.2524539.6258.43
Hex726BBF282C019f5283a
Octal16215327750540313655072
Binary111001011010111011111110100010110001100111110101101000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #726BBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #726BBF; }

 p { color: rgb(114,107,191); }

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

<style>
 a { background-color: #726BBF; }

 a { background-color: rgb(114,107,191); }

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

<style>
 span { border-color: #726BBF; }

 span { border-color: rgb(114,107,191); }

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