#7F7DCE

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

Shades of Moody Blue #7F7DCE

Tints of Moody Blue #7F7DCE

Color information

#7F7DCE (or 0x7F7DCE) is unknown color: approx Moody Blue. HEX triplet: 7F, 7D and CE. RGB value is (127,125,206). Sum of RGB (Red+Green+Blue) = 127+125+206=458 (60% of max value = 765). Red value is 127 (50% from 255 or 27.73% from 458); Green value is 125 (49.22% from 255 or 27.29% from 458); Blue value is 206 (80.86% from 255 or 44.98% from 458); Max value from RGB is 206 - color contains mainly: blue. Hex color #7F7DCE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7F7DCE is #808231. Grayscale: #868686. Windows color (decimal): -8421938 or 13532543. OLE color: 13532543.

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

Color convert

RGB127125206-
CMYK0.380.3900.19
HSL241.48º45.25%64.9%-
HSV(B)241.48º39.32%80.78%-
XYZ27.2323.6461.52-
YUV134.83168.16122.41-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 27.73%
GREEN value IS 125 (49.22% from 255) = 27.29%
BLUE value IS 206 (80.86% from 255) = 44.98%
R=27.73%
G=27.29%
B=44.98%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1271252060.380.3900.19241.4845.2564.9
Hex7F7DCE2627013f12d41
Octal177175316464702336155101
Binary1111111111110111001110100110100111010011111100011011011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7F7DCE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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