#7C6CBF

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

Shades of Moody Blue #7C6CBF

Tints of Moody Blue #7C6CBF

Color information

#7C6CBF (or 0x7C6CBF) is unknown color: approx Moody Blue. HEX triplet: 7C, 6C and BF. RGB value is (124,108,191). Sum of RGB (Red+Green+Blue) = 124+108+191=423 (56% of max value = 765). Red value is 124 (48.83% from 255 or 29.31% from 423); Green value is 108 (42.58% from 255 or 25.53% from 423); Blue value is 191 (75% from 255 or 45.15% from 423); Max value from RGB is 191 - color contains mainly: blue. Hex color #7C6CBF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7C6CBF is #839340. Grayscale: #797979. Windows color (decimal): -8622913 or 12545148. OLE color: 12545148.

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

Color convert

RGB124108191-
CMYK0.350.4300.25
HSL251.57º39.34%58.63%-
HSV(B)251.57º43.46%74.9%-
XYZ23.0818.7751.7-
YUV122.25166.8129.25-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 29.31%
GREEN value IS 108 (42.58% from 255) = 25.53%
BLUE value IS 191 (75% from 255) = 45.15%
R=29.31%
G=25.53%
B=45.15%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1241081910.350.4300.25251.5739.3458.63
Hex7C6CBF232B019fc273b
Octal17415427743530313744773
Binary111110011011001011111110001110101101100111111100100111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C6CBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(124,108,191); }

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

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

 a { background-color: rgb(124,108,191); }

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

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

 span { border-color: rgb(124,108,191); }

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