#7C7DCE

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

Shades of Moody Blue #7C7DCE

Tints of Moody Blue #7C7DCE

Color information

#7C7DCE (or 0x7C7DCE) is unknown color: approx Moody Blue. HEX triplet: 7C, 7D and CE. RGB value is (124,125,206). Sum of RGB (Red+Green+Blue) = 124+125+206=455 (60% of max value = 765). Red value is 124 (48.83% from 255 or 27.25% from 455); Green value is 125 (49.22% from 255 or 27.47% from 455); Blue value is 206 (80.86% from 255 or 45.27% from 455); Max value from RGB is 206 - color contains mainly: blue. Hex color #7C7DCE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7C7DCE is #838231. Grayscale: #858585. Windows color (decimal): -8618546 or 13532540. OLE color: 13532540.

HSL color Cylindrical-coordinate representation of color #7C7DCE: hue angle of 239.27º degrees, saturation: 0.46, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #7C7DCE is Cyan = 0.40, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB124125206-
CMYK0.400.3900.19
HSL239.27º45.56%64.71%-
HSV(B)239.27º39.81%80.78%-
XYZ26.7923.4161.5-
YUV133.94168.67120.91-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 27.25%
GREEN value IS 125 (49.22% from 255) = 27.47%
BLUE value IS 206 (80.86% from 255) = 45.27%
R=27.25%
G=27.47%
B=45.27%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1241252060.400.3900.19239.2745.5664.71
Hex7C7DCE2827013ef2e41
Octal174175316504702335756101
Binary1111100111110111001110101000100111010011111011111011101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C7DCE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(124,125,206); }

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

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

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

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

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

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

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