#7C7FD8

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

Shades of Moody Blue #7C7FD8

Tints of Moody Blue #7C7FD8

Color information

#7C7FD8 (or 0x7C7FD8) is unknown color: approx Moody Blue. HEX triplet: 7C, 7F and D8. RGB value is (124,127,216). Sum of RGB (Red+Green+Blue) = 124+127+216=467 (61% of max value = 765). Red value is 124 (48.83% from 255 or 26.55% from 467); Green value is 127 (50% from 255 or 27.19% from 467); Blue value is 216 (84.77% from 255 or 46.25% from 467); Max value from RGB is 216 - color contains mainly: blue. Hex color #7C7FD8 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7C7FD8 is #838027. Grayscale: #878787. Windows color (decimal): -8618024 or 14188412. OLE color: 14188412.

HSL color Cylindrical-coordinate representation of color #7C7FD8: hue angle of 238.04º degrees, saturation: 0.54, 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 #7C7FD8 is Cyan = 0.43, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB124127216-
CMYK0.430.4100.15
HSL238.04º54.12%66.67%-
HSV(B)238.04º42.59%84.71%-
XYZ28.324.4268.19-
YUV136.25173.01119.26-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 26.55%
GREEN value IS 127 (50% from 255) = 27.19%
BLUE value IS 216 (84.77% from 255) = 46.25%
R=26.55%
G=27.19%
B=46.25%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1241272160.430.4100.15238.0454.1266.67
Hex7C7FD82B290Fee3643
Octal174177330535101735666103
Binary111110011111111101100010101110100101111111011101101101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C7FD8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(124,127,216); }

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

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

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

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

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

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

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