#7B72CB

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

Shades of Moody Blue #7B72CB

Tints of Moody Blue #7B72CB

Color information

#7B72CB (or 0x7B72CB) is unknown color: approx Moody Blue. HEX triplet: 7B, 72 and CB. RGB value is (123,114,203). Sum of RGB (Red+Green+Blue) = 123+114+203=440 (58% of max value = 765). Red value is 123 (48.44% from 255 or 27.95% from 440); Green value is 114 (44.92% from 255 or 25.91% from 440); Blue value is 203 (79.69% from 255 or 46.14% from 440); Max value from RGB is 203 - color contains mainly: blue. Hex color #7B72CB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7B72CB is #848D34. Grayscale: #7E7E7E. Windows color (decimal): -8686901 or 13333115. OLE color: 13333115.

HSL color Cylindrical-coordinate representation of color #7B72CB: hue angle of 246.07º degrees, saturation: 0.46, 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 #7B72CB is Cyan = 0.39, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB123114203-
CMYK0.390.4400.20
HSL246.07º46.11%62.16%-
HSV(B)246.07º43.84%79.61%-
XYZ24.9720.5659.15-
YUV126.84170.98125.26-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 27.95%
GREEN value IS 114 (44.92% from 255) = 25.91%
BLUE value IS 203 (79.69% from 255) = 46.14%
R=27.95%
G=25.91%
B=46.14%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1231142030.390.4400.20246.0746.1162.16
Hex7B72CB272C014f62e3e
Octal17316231347540243665676
Binary111101111100101100101110011110110001010011110110101110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7B72CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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