#7B69BA

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

Shades of Moody Blue #7B69BA

Tints of Moody Blue #7B69BA

Color information

#7B69BA (or 0x7B69BA) is unknown color: approx Moody Blue. HEX triplet: 7B, 69 and BA. RGB value is (123,105,186). Sum of RGB (Red+Green+Blue) = 123+105+186=414 (54% of max value = 765). Red value is 123 (48.44% from 255 or 29.71% from 414); Green value is 105 (41.41% from 255 or 25.36% from 414); Blue value is 186 (73.05% from 255 or 44.93% from 414); Max value from RGB is 186 - color contains mainly: blue. Hex color #7B69BA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7B69BA is #849645. Grayscale: #777777. Windows color (decimal): -8689222 or 12216699. OLE color: 12216699.

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

Color convert

RGB123105186-
CMYK0.340.4400.27
HSL253.33º36.99%57.06%-
HSV(B)253.33º43.55%72.94%-
XYZ22.0817.8648.74-
YUV119.62165.46130.41-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 29.71%
GREEN value IS 105 (41.41% from 255) = 25.36%
BLUE value IS 186 (73.05% from 255) = 44.93%
R=29.71%
G=25.36%
B=44.93%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1231051860.340.4400.27253.3336.9957.06
Hex7B69BA222C01Bfd2539
Octal17315127242540333754571
Binary111101111010011011101010001010110001101111111101100101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7B69BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(123,105,186); }

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

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

 a { background-color: rgb(123,105,186); }

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

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

 span { border-color: rgb(123,105,186); }

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