#7C69BA

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

Shades of Moody Blue #7C69BA

Tints of Moody Blue #7C69BA

Color information

#7C69BA (or 0x7C69BA) is unknown color: approx Moody Blue. HEX triplet: 7C, 69 and BA. RGB value is (124,105,186). Sum of RGB (Red+Green+Blue) = 124+105+186=415 (54% of max value = 765). Red value is 124 (48.83% from 255 or 29.88% from 415); Green value is 105 (41.41% from 255 or 25.30% from 415); Blue value is 186 (73.05% from 255 or 44.82% from 415); Max value from RGB is 186 - color contains mainly: blue. Hex color #7C69BA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7C69BA is #839645. Grayscale: #777777. Windows color (decimal): -8623686 or 12216700. OLE color: 12216700.

HSL color Cylindrical-coordinate representation of color #7C69BA: hue angle of 254.07º 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 #7C69BA is Cyan = 0.33, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB124105186-
CMYK0.330.4400.27
HSL254.07º36.99%57.06%-
HSV(B)254.07º43.55%72.94%-
XYZ22.2317.9348.74-
YUV119.92165.29130.91-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 29.88%
GREEN value IS 105 (41.41% from 255) = 25.30%
BLUE value IS 186 (73.05% from 255) = 44.82%
R=29.88%
G=25.30%
B=44.82%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1241051860.330.4400.27254.0736.9957.06
Hex7C69BA212C01Bfe2539
Octal17415127241540333764571
Binary111110011010011011101010000110110001101111111110100101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C69BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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