#7C7CBB

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

Shades of Moody Blue #7C7CBB

Tints of Moody Blue #7C7CBB

Color information

#7C7CBB (or 0x7C7CBB) is unknown color: approx Moody Blue. HEX triplet: 7C, 7C and BB. RGB value is (124,124,187). Sum of RGB (Red+Green+Blue) = 124+124+187=435 (57% of max value = 765). Red value is 124 (48.83% from 255 or 28.51% from 435); Green value is 124 (48.83% from 255 or 28.51% from 435); Blue value is 187 (73.44% from 255 or 42.99% from 435); Max value from RGB is 187 - color contains mainly: blue. Hex color #7C7CBB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7C7CBB is #838344. Grayscale: #828282. Windows color (decimal): -8618821 or 12287100. OLE color: 12287100.

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

Color convert

RGB124124187-
CMYK0.340.3400.27
HSL240º31.66%60.98%-
HSV(B)240º33.69%73.33%-
XYZ24.4922.2950.03-
YUV131.18159.5122.88-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 28.51%
GREEN value IS 124 (48.83% from 255) = 28.51%
BLUE value IS 187 (73.44% from 255) = 42.99%
R=28.51%
G=28.51%
B=42.99%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1241241870.340.3400.2724031.6660.98
Hex7C7CBB222201Bf0203d
Octal17417427342420333604075
Binary111110011111001011101110001010001001101111110000100000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C7CBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(124,124,187); }

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

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

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

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

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

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

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