#726FCD

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

Shades of Moody Blue #726FCD

Tints of Moody Blue #726FCD

Color information

#726FCD (or 0x726FCD) is unknown color: approx Moody Blue. HEX triplet: 72, 6F and CD. RGB value is (114,111,205). Sum of RGB (Red+Green+Blue) = 114+111+205=430 (56% of max value = 765). Red value is 114 (44.92% from 255 or 26.51% from 430); Green value is 111 (43.75% from 255 or 25.81% from 430); Blue value is 205 (80.47% from 255 or 47.67% from 430); Max value from RGB is 205 - color contains mainly: blue. Hex color #726FCD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #726FCD is #8D9032. Grayscale: #7A7A7A. Windows color (decimal): -9277491 or 13463410. OLE color: 13463410.

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

Color convert

RGB114111205-
CMYK0.440.4600.20
HSL241.91º48.45%61.96%-
HSV(B)241.91º45.85%80.39%-
XYZ23.6419.3560.25-
YUV122.61174.49121.86-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 26.51%
GREEN value IS 111 (43.75% from 255) = 25.81%
BLUE value IS 205 (80.47% from 255) = 47.67%
R=26.51%
G=25.81%
B=47.67%

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
Decimal1141112050.440.4600.20241.9148.4561.96
Hex726FCD2C2E014f2303e
Octal16215731554560243626076
Binary111001011011111100110110110010111001010011110010110000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #726FCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(114,111,205); }

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

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

 a { background-color: rgb(114,111,205); }

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

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

 span { border-color: rgb(114,111,205); }

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