#7C7BD9

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

Shades of Moody Blue #7C7BD9

Tints of Moody Blue #7C7BD9

Color information

#7C7BD9 (or 0x7C7BD9) is unknown color: approx Moody Blue. HEX triplet: 7C, 7B and D9. RGB value is (124,123,217). Sum of RGB (Red+Green+Blue) = 124+123+217=464 (61% of max value = 765). Red value is 124 (48.83% from 255 or 26.72% from 464); Green value is 123 (48.44% from 255 or 26.51% from 464); Blue value is 217 (85.16% from 255 or 46.77% from 464); Max value from RGB is 217 - color contains mainly: blue. Hex color #7C7BD9 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7C7BD9 is #838426. Grayscale: #858585. Windows color (decimal): -8619047 or 14252924. OLE color: 14252924.

HSL color Cylindrical-coordinate representation of color #7C7BD9: hue angle of 240.64º degrees, saturation: 0.55, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #7C7BD9 is Cyan = 0.43, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB124123217-
CMYK0.430.4300.15
HSL240.64º55.29%66.67%-
HSV(B)240.64º43.32%85.1%-
XYZ27.9223.4668.7-
YUV134.01174.83120.86-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 26.72%
GREEN value IS 123 (48.44% from 255) = 26.51%
BLUE value IS 217 (85.16% from 255) = 46.77%
R=26.72%
G=26.51%
B=46.77%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1241232170.430.4300.15240.6455.2966.67
Hex7C7BD92B2B0Ff13743
Octal174173331535301736167103
Binary111110011110111101100110101110101101111111100011101111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C7BD9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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