#7C72BB

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

Shades of Moody Blue #7C72BB

Tints of Moody Blue #7C72BB

Color information

#7C72BB (or 0x7C72BB) is unknown color: approx Moody Blue. HEX triplet: 7C, 72 and BB. RGB value is (124,114,187). Sum of RGB (Red+Green+Blue) = 124+114+187=425 (56% of max value = 765). Red value is 124 (48.83% from 255 or 29.18% from 425); Green value is 114 (44.92% from 255 or 26.82% from 425); Blue value is 187 (73.44% from 255 or 44% from 425); Max value from RGB is 187 - color contains mainly: blue. Hex color #7C72BB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7C72BB is #838D44. Grayscale: #7D7D7D. Windows color (decimal): -8621381 or 12284540. OLE color: 12284540.

HSL color Cylindrical-coordinate representation of color #7C72BB: hue angle of 248.22º degrees, saturation: 0.35, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #7C72BB is Cyan = 0.34, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB124114187-
CMYK0.340.3900.27
HSL248.22º34.93%59.02%-
HSV(B)248.22º39.04%73.33%-
XYZ23.319.9149.63-
YUV125.31162.81127.06-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 29.18%
GREEN value IS 114 (44.92% from 255) = 26.82%
BLUE value IS 187 (73.44% from 255) = 44%
R=29.18%
G=26.82%
B=44%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1241141870.340.3900.27248.2234.9359.02
Hex7C72BB222701Bf8233b
Octal17416227342470333704373
Binary111110011100101011101110001010011101101111111000100011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C72BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(124,114,187); }

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

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

 a { background-color: rgb(124,114,187); }

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

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

 span { border-color: rgb(124,114,187); }

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