#726DCB

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

Shades of Moody Blue #726DCB

Tints of Moody Blue #726DCB

Color information

#726DCB (or 0x726DCB) is unknown color: approx Moody Blue. HEX triplet: 72, 6D and CB. RGB value is (114,109,203). Sum of RGB (Red+Green+Blue) = 114+109+203=426 (56% of max value = 765). Red value is 114 (44.92% from 255 or 26.76% from 426); Green value is 109 (42.97% from 255 or 25.59% 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 #726DCB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #726DCB is #8D9234. Grayscale: #787878. Windows color (decimal): -9278005 or 13331826. OLE color: 13331826.

HSL color Cylindrical-coordinate representation of color #726DCB: hue angle of 243.19º 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 #726DCB is Cyan = 0.44, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB114109203-
CMYK0.440.4600.20
HSL243.19º47.47%61.18%-
HSV(B)243.19º46.31%79.61%-
XYZ23.1918.8358.91-
YUV121.21174.16122.86-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 26.76%
GREEN value IS 109 (42.97% from 255) = 25.59%
BLUE value IS 203 (79.69% from 255) = 47.65%
R=26.76%
G=25.59%
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
Decimal1141092030.440.4600.20243.1947.4761.18
Hex726DCB2C2E014f32f3d
Octal16215531354560243635775
Binary111001011011011100101110110010111001010011110011101111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #726DCB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(114,109,203); }

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

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

 a { background-color: rgb(114,109,203); }

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

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

 span { border-color: rgb(114,109,203); }

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