#726CC1

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

Shades of Moody Blue #726CC1

Tints of Moody Blue #726CC1

Color information

#726CC1 (or 0x726CC1) is unknown color: approx Moody Blue. HEX triplet: 72, 6C and C1. RGB value is (114,108,193). Sum of RGB (Red+Green+Blue) = 114+108+193=415 (54% of max value = 765). Red value is 114 (44.92% from 255 or 27.47% from 415); Green value is 108 (42.58% from 255 or 26.02% from 415); Blue value is 193 (75.78% from 255 or 46.51% from 415); Max value from RGB is 193 - color contains mainly: blue. Hex color #726CC1 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #726CC1 is #8D933E. Grayscale: #777777. Windows color (decimal): -9278271 or 12676210. OLE color: 12676210.

HSL color Cylindrical-coordinate representation of color #726CC1: hue angle of 244.24º degrees, saturation: 0.41, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #726CC1 is Cyan = 0.41, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB114108193-
CMYK0.410.4400.24
HSL244.24º40.67%59.02%-
HSV(B)244.24º44.04%75.69%-
XYZ21.9318.1552.8-
YUV119.48169.49124.09-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 27.47%
GREEN value IS 108 (42.58% from 255) = 26.02%
BLUE value IS 193 (75.78% from 255) = 46.51%
R=27.47%
G=26.02%
B=46.51%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1141081930.410.4400.24244.2440.6759.02
Hex726CC1292C018f4293b
Octal16215430151540303645173
Binary111001011011001100000110100110110001100011110100101001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #726CC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(114,108,193); }

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

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

 a { background-color: rgb(114,108,193); }

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

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

 span { border-color: rgb(114,108,193); }

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