#7B72CC

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

Shades of Moody Blue #7B72CC

Tints of Moody Blue #7B72CC

Color information

#7B72CC (or 0x7B72CC) is unknown color: approx Moody Blue. HEX triplet: 7B, 72 and CC. RGB value is (123,114,204). Sum of RGB (Red+Green+Blue) = 123+114+204=441 (58% of max value = 765). Red value is 123 (48.44% from 255 or 27.89% from 441); Green value is 114 (44.92% from 255 or 25.85% from 441); Blue value is 204 (80.08% from 255 or 46.26% from 441); Max value from RGB is 204 - color contains mainly: blue. Hex color #7B72CC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7B72CC is #848D33. Grayscale: #7E7E7E. Windows color (decimal): -8686900 or 13398651. OLE color: 13398651.

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

Color convert

RGB123114204-
CMYK0.400.4400.2
HSL246º46.88%62.35%-
HSV(B)246º44.12%80%-
XYZ25.0820.6159.78-
YUV126.95171.48125.18-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 27.89%
GREEN value IS 114 (44.92% from 255) = 25.85%
BLUE value IS 204 (80.08% from 255) = 46.26%
R=27.89%
G=25.85%
B=46.26%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1231142040.400.4400.224646.8862.35
Hex7B72CC282C014f62f3e
Octal17316231450540243665776
Binary111101111100101100110010100010110001010011110110101111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7B72CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7B72CC; }

 p { color: rgb(123,114,204); }

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

<style>
 a { background-color: #7B72CC; }

 a { background-color: rgb(123,114,204); }

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

<style>
 span { border-color: #7B72CC; }

 span { border-color: rgb(123,114,204); }

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