#7B72CA

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

Shades of Moody Blue #7B72CA

Tints of Moody Blue #7B72CA

Color information

#7B72CA (or 0x7B72CA) is unknown color: approx Moody Blue. HEX triplet: 7B, 72 and CA. RGB value is (123,114,202). Sum of RGB (Red+Green+Blue) = 123+114+202=439 (58% of max value = 765). Red value is 123 (48.44% from 255 or 28.02% from 439); Green value is 114 (44.92% from 255 or 25.97% from 439); Blue value is 202 (79.30% from 255 or 46.01% from 439); Max value from RGB is 202 - color contains mainly: blue. Hex color #7B72CA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7B72CA is #848D35. Grayscale: #7E7E7E. Windows color (decimal): -8686902 or 13267579. OLE color: 13267579.

HSL color Cylindrical-coordinate representation of color #7B72CA: hue angle of 246.14º degrees, saturation: 0.45, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #7B72CA is Cyan = 0.39, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB123114202-
CMYK0.390.4400.21
HSL246.14º45.36%61.96%-
HSV(B)246.14º43.56%79.22%-
XYZ24.8520.5158.53-
YUV126.72170.48125.34-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 28.02%
GREEN value IS 114 (44.92% from 255) = 25.97%
BLUE value IS 202 (79.30% from 255) = 46.01%
R=28.02%
G=25.97%
B=46.01%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1231142020.390.4400.21246.1445.3661.96
Hex7B72CA272C015f62d3e
Octal17316231247540253665576
Binary111101111100101100101010011110110001010111110110101101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7B72CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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