#7C7BBA

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

Shades of Moody Blue #7C7BBA

Tints of Moody Blue #7C7BBA

Color information

#7C7BBA (or 0x7C7BBA) is unknown color: approx Moody Blue. HEX triplet: 7C, 7B and BA. RGB value is (124,123,186). Sum of RGB (Red+Green+Blue) = 124+123+186=433 (57% of max value = 765). Red value is 124 (48.83% from 255 or 28.64% from 433); Green value is 123 (48.44% from 255 or 28.41% from 433); Blue value is 186 (73.05% from 255 or 42.96% from 433); Max value from RGB is 186 - color contains mainly: blue. Hex color #7C7BBA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7C7BBA is #838445. Grayscale: #828282. Windows color (decimal): -8619078 or 12221308. OLE color: 12221308.

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

Color convert

RGB124123186-
CMYK0.330.3400.27
HSL240.95º31.34%60.59%-
HSV(B)240.95º33.87%72.94%-
XYZ24.262249.42-
YUV130.48159.33123.38-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 28.64%
GREEN value IS 123 (48.44% from 255) = 28.41%
BLUE value IS 186 (73.05% from 255) = 42.96%
R=28.64%
G=28.41%
B=42.96%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1241231860.330.3400.27240.9531.3460.59
Hex7C7BBA212201Bf11f3d
Octal17417327241420333613775
Binary11111001111011101110101000011000100110111111000111111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C7BBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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